From 1134af84f2b9474444cfb6f5eea365add859e04b Mon Sep 17 00:00:00 2001 From: Molgrum Date: Sun, 25 May 2008 14:20:00 +0000 Subject: [PATCH] Some notes about q3asm. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2970 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- plugins/readme-linux.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/plugins/readme-linux.txt b/plugins/readme-linux.txt index e0dd3f6e4..ffedf2c41 100755 --- a/plugins/readme-linux.txt +++ b/plugins/readme-linux.txt @@ -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) \ No newline at end of file +~ Moodles (any questions about this guide ask me) +