Game Development Community

Compilers for TGE

by J Mills · in General Discussion · 01/06/2005 (7:18 pm) · 7 replies

I dont have money for any of the recommended compilers... is Dev C++ workable? or any other free compiler? thanks.

J Mills

#2
01/06/2005 (10:48 pm)
... or read this.

I for one succesfully compiled after installing mingw and msys and following these instructions:
1. Start an Msys session by clicking on the Msys icon.
2. cd to the dir where you have Torque. In my case:
cd F:/torque
3. make -f mk/configure.mk OS=WIN32 BUILD=RELEASE COMPILER=GCC3
4. make
#3
01/07/2005 (1:27 am)
Dev C++ will not work with torque, torque is way to big for it to load, the mingw compiler will work though, just dev c++ will not let you work / compile from the gui it just crashes trying to load everything.

there are MUCH better FREE alternatives than DEV C++, the FREE Microsoft Express should work just fine.
#4
01/07/2005 (5:40 am)
If you want to go for the MS Express version, here's how to set it up.
#5
01/07/2005 (6:27 am)
Man what an awesome community...

- Brett
#6
01/07/2005 (3:56 pm)
Alternative there's always Linux. It has a free compiler and is free.
#7
01/07/2005 (4:01 pm)
You don't even have to run linux to use its compiler.