Quote:
Originally Posted by minorgod
I know you said it's coming, but where should I look for help on compiling this on Linux? I'm running Mandrake Linux version 2.4.22-28mdk. Also, I've noticed the CVS was updated and I got a message that a couple of files are missing. Are they deprecated?
|
For your info, Stefan just changed the CVS repository to contain
'Linux compatible' source code. This compiles under Mandrake 9.0. Please be sure of course to use a compatible CVS (the default one does not support sserver).
My directory structure is:
/HSDK (from Stefan's zip file)
...../multiplayer (I had to rename the directory from
Multiplayer Source)
/metamod-1.17 (from Stefan's zip file)
/realbot (contains the CVS repository)
Then, modify the Makefile as:
Code:
#this is gcc 3.2
CPP = gcc
# CPP must be g++ on Linux
CPP = g++
ARCHFLAG = i586
METAMOD_SRCDIR = ../metamod-1.17/metamod
HLSDK_BASEDIR = ../HLSDK
Last step,
make ;-)
Hope it helps
-eric