Some notes about q3asm.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2970 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Molgrum 2008-05-25 14:20:00 +00:00
parent 3bf676b1bb
commit 1134af84f2
1 changed files with 6 additions and 2 deletions

View File

@ -16,6 +16,10 @@ Now to the "/quake3-1.32b/q3asm/" directory, the last target:
make (will be compiled in the same directory, move it somewhere Linux can see it like /usr/bin/)
With these 4 binaries built from the Quake3 source, should be able to now go to each Plugin's directory and type "make qvm"... if it works out you should have a "pluginname.qvm".
With these 4 binaries built from the Quake3 source, should be able to now go to each Plugin's directory and type "make qvm"... if it works out you should have a "pluginname.qvm".
NOTE: If you are using the Icculus q3asm tool, you must specify "-vq3" before building.
NOTE2: FTE now has its own q3asm tool called "q3asm2" which you can find in the SVN repository.
~ Moodles (any questions about this guide ask me)
~ Moodles (any questions about this guide ask me)