hello I have a problem here. I’m not an expert on programming and I was trying to get some help,here is the thing.
I contact Icculus (for those who don’t know who is, he is the person that port almost all server games to linux, like the series Call of Duty and mush more)
I have this source of a game server it’s under license GPL 3.0 http://www.pioneer2.net/tethealla_source_030909.zip , but the developer only work on windows.
Icculus give this line to compile it but it just don’t work.
gcc -I./login_server -I./prs -I./mtwist -o ship_server-bin ship_server/ship_server.c mtwist/randistrs.c mtwist/mtwist.c -w
he say this.
I took a quick look at this. It's probably not hard to port. I don't have time to play with it, but I spent five minutes getting the ship_server to compile on Mac OS X (but it'll probably build on Linux equally as well)...
I got as far as it not being able to find the .ini file (I didn't download anything but the source code), but it might already Just Work.
Someone with experience with Linux development could probably get the whole thing running in
he did it on MAC Os with GCC , he say can compile equally on linux
I have the ini’s files that not a problem, but I just can’t compile it.
that line as far I understand the login_server should be with login_server.c ?? and he set ship_server.c
any one can help to compile it please???
im desperate here.