Game Development Community

Where are the Tools

by David Hassen · in Torque Game Engine · 01/07/2003 (11:12 pm) · 2 replies

Hi, I have no tools, all there is , is a bunch of code files, no exes. Do I have to complie them, if so how do u do that with MinGW

Thanks

#1
01/08/2003 (4:49 am)
David,

Have a look at this resource:

Torque Now Compiles with the FREE MinGW C++ Compiler

Rich
#2
01/08/2003 (6:49 am)
Hi Richard, I solved the problem, with a lot help from the IRC, all I did was

cd d:/torque/tools

make

and it work just fine.

Thanks