Mmmm, Linux.
by C. N. · in Torque Game Builder · 06/12/2006 (12:44 am) · 4 replies
It's been awhile since I used Linux. I think it's time to go back. Anyone got RC2 running on Linux? It seems that it's only available to download in an .exe...
EDIT: Thanks.
EDIT: Thanks.
#2
t2dlinux.net/mailman/listinfo/t2d-dev_t2dlinux.net
Rod
06/13/2006 (10:32 am)
There is a linux users mailing list for T2D. you could ask there, might get a timely response...t2dlinux.net/mailman/listinfo/t2d-dev_t2dlinux.net
Rod
#3
Got it working myself tonight, there was one small issue with the Platform::restartInstance, but other than that the compile worked fine out of the box.
You can take the exe, install on windows, and upload that version to linux.
go to the engine/compilers/make directory
run make and follow the directions for setting up they make type...
Fix the link error with Platform::restartInstance in game/main.cc line 373 (* I am just testing so I commented it and line 372 out, and filed a bug report about restartInstance not being multi platform yet)
make the project
go to your games directory and play ...
enjoy
06/14/2006 (1:50 am)
Just so you know. RC2 runs well under linux, I havent tried all relative things, but my games all ran without code changes :-) Got it working myself tonight, there was one small issue with the Platform::restartInstance, but other than that the compile worked fine out of the box.
You can take the exe, install on windows, and upload that version to linux.
go to the engine/compilers/make directory
run make and follow the directions for setting up they make type...
Fix the link error with Platform::restartInstance in game/main.cc line 373 (* I am just testing so I commented it and line 372 out, and filed a bug report about restartInstance not being multi platform yet)
make the project
go to your games directory and play ...
enjoy
Torque Owner C. N.