Platforms/Compilers OTW (Other Than Windows)
by Mark Kinkead · in Torque Game Builder · 08/19/2005 (12:57 pm) · 3 replies
Getting ready to try and port the Windows Version of my code to Linux and MAC.
Linux is easy, for I am familiar with the OS, but if anyone has a caveat out there specific to Torque to share I am interested in hearing it.
MAC is a diferent story. I have neither the platform nor the compiler. I want my code to run on modern day MACs. What is the least expensive machine I should look for (new or used) and what compiler is needed and where can I get it?
--Mark
Linux is easy, for I am familiar with the OS, but if anyone has a caveat out there specific to Torque to share I am interested in hearing it.
MAC is a diferent story. I have neither the platform nor the compiler. I want my code to run on modern day MACs. What is the least expensive machine I should look for (new or used) and what compiler is needed and where can I get it?
--Mark
#2
Mac OS X comes with a Dev tools CD, which is free and you should install it. With it comes XCode, Apple's very fine IDE for various languages including C++. It uses the GCC compiler , also free. note: you might have to switch GCC versions to get Torque to compile. Try gcc-select from the command-line or something similar to that.
08/19/2005 (9:35 pm)
The Mini is plenty powerful yes, although you might want to bump up the RAM. Mac OS X comes with a Dev tools CD, which is free and you should install it. With it comes XCode, Apple's very fine IDE for various languages including C++. It uses the GCC compiler , also free. note: you might have to switch GCC versions to get Torque to compile. Try gcc-select from the command-line or something similar to that.
#3
08/26/2005 (7:08 am)
I'm using the higher end Mac Mini pretty much daily with T2D. Works great, highly recommend as a second computer since it's small and easy to shove in a crook somewhere.
Torque Owner Smaug