Wrong path to Makefile in README

Sven Beukenex debeuk at gmail.com
Fri Dec 16 10:09:12 EST 2005


Hey list,

Here's a small patch to fix the path to the Makefile mentioned in the 64bit
mods section. Checked the rest of the file for errors while I was at it but
couldn't find anything. Experimental x86_64 jit compiler works great.



--- README.orig 2005-12-16 15:46:37.000000000 +0100
+++ README      2005-12-16 15:44:13.000000000 +0100
@@ -81,7 +81,7 @@
 Note if you simply wish to run mods on a 64bit platform you do not need to
 recompile anything since by default Q3 uses a virtual machine system.
 Futhermore, ioq3 has an experimental JIT compiler for x86_64 which will
result
-in better performance. To enable this find these lines in
code/unix/Makefile:
+in better performance. To enable this find these lines in code/Makefile:

     # experimental x86_64 jit compiler! you need as
     #HAVE_VM_COMPILED = true


HTH
/Sven
--

Why are the pretty ones always insane?
-- J.G. Thirlwell
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://icculus.org/pipermail/quake3/attachments/20051216/30f1790f/attachment.htm>
-------------- next part --------------
--- README.orig	2005-12-16 15:46:37.000000000 +0100
+++ README	2005-12-16 15:44:13.000000000 +0100
@@ -81,7 +81,7 @@
 Note if you simply wish to run mods on a 64bit platform you do not need to
 recompile anything since by default Q3 uses a virtual machine system.
 Futhermore, ioq3 has an experimental JIT compiler for x86_64 which will result
-in better performance. To enable this find these lines in code/unix/Makefile:
+in better performance. To enable this find these lines in code/Makefile:
 
     # experimental x86_64 jit compiler! you need as
     #HAVE_VM_COMPILED = true




More information about the quake3 mailing list