mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-18 06:51:47 +00:00
touch ups
This commit is contained in:
parent
70619f195e
commit
7af90743f7
1 changed files with 8 additions and 3 deletions
|
@ -1,5 +1,7 @@
|
||||||
NOTE: this method was determined in windows98, if it doesn't work for your
|
NOTE: this method was determined in windows98, if it doesn't work for your
|
||||||
system, let us know
|
system, let us know.
|
||||||
|
|
||||||
|
Also lets us know if it does.
|
||||||
|
|
||||||
email: quake-user@lists.sourceforge.net
|
email: quake-user@lists.sourceforge.net
|
||||||
IRC: irc.openprojects.net #quakeforge
|
IRC: irc.openprojects.net #quakeforge
|
||||||
|
@ -26,10 +28,13 @@ Once both are built and installed, then you can start.
|
||||||
|
|
||||||
in quakeforge run
|
in quakeforge run
|
||||||
./bootstrap
|
./bootstrap
|
||||||
./configure --disable-oss --host=i386-mingw32 --build=i386-cygwin --target=i386-ming32 --disable-Werror
|
./configure --program-prefix= --disable-oss --host=i386-mingw32 --build=i386-cygwin --target=i386-ming32 --disable-Werror
|
||||||
make
|
make
|
||||||
make install
|
make install
|
||||||
|
|
||||||
|
goto the /usr/local/bin directory and copy the qw-* and nq-* files
|
||||||
|
to your dos quake dir
|
||||||
|
|
||||||
NOTE: due to bugs in the Directx8 SDK header files you will need
|
NOTE: due to bugs in the Directx8 SDK header files you will need
|
||||||
--disable-Werror on the configure command line. This may also be the
|
--disable-Werror on the configure command line. This may also be the
|
||||||
case with earlier Directx SDK's but it hasn't been tested.
|
case with earlier Directx SDK's but it hasn't been tested.
|
||||||
|
|
Loading…
Reference in a new issue