Page 1 of 1

Install understanding problem

Posted: 27 May 2005, 16:20
by Stefan Rein
Hello,

I am German and have problems to understand the installing of the game..
what I have to download and how to install ?

Maybe a german install manual? :?

please help :shock:

Posted: 27 May 2005, 18:25
by Matt
If you're using windows download this: http://prdownloads.sourceforge.net/them ... e?download

Posted: 28 May 2005, 08:01
by maci
and if you are using the GNU/Linux OS then just download the sourcecode
extract it
./configure
make
make install

Posted: 28 May 2005, 10:15
by Modanung
And if you're using MS-DOS... well... bad luck.

Posted: 28 May 2005, 21:02
by maci
no

then you just download mingw or cygwin and compile it liek you would do under GNU/Linux :p

Posted: 29 May 2005, 03:00
by Modanung
...Oh, damn...

Posted: 29 May 2005, 09:46
by Rotonen
Too bad DOS doesn't understand TCP/IP, does it? :roll:

Posted: 30 May 2005, 17:49
by Bjørn
maci wrote:no

then you just download mingw or cygwin and compile it liek you would do under GNU/Linux :p
Actually MinGW and Cygwin are for Windows... Anyway on DOS it could work with DJGPP. Probably you'll have problems getting all the dependencies to work though, for example SDL doesn't seem to support DOS. We could try writing an Allegro graphics backend for that though. :-P

Posted: 31 May 2005, 06:26
by maci
We could try writing an Allegro graphics backend for that though. :-P
haha just right after we wrote a TCP/IP and a USB implementation for DOS