Recommended Compiler/IDE?

Discuss about anything related to the Irrlicht Engine, or read announcements about any significant features or usage changes.
Post Reply
tagi
Posts: 5
Joined: Fri Jul 22, 2005 4:45 am

Recommended Compiler/IDE?

Post by tagi »

Hey ya'll.. I was just wondering what everyone would recommend for as a Cpp IDE/Compiler to use with Irrlicht. I'd like to keep it free and opensource if at all possible (That's how I do everything, besides Windows.. Blasted Ripoffsoft).. I got rid of all my Cpp stuff when work made the switch to C# so I'm SoL right now.. so if anyone can point me in the direction of a good IDE/Compiler to use with Irrlicht I'd greatly appreciate it.. Thanks in advance!!
afecelis
Admin
Posts: 3075
Joined: Sun Feb 22, 2004 10:44 pm
Location: Colombia
Contact:

Post by afecelis »

msvc toolkit 2003: vc 2003 pro version c++ compiler for free.
Codeblocks: as IDE- compatible with the toolkit.

tutorial on how to compile the engine here:
http://irrlicht.sourceforge.net/phpBB2/ ... php?t=6925

ps. and you can compile the dll for DX and opengl without a problem (in windows, that is :wink: )
Guest

Post by Guest »

You could also try Dev C++.

http://www.bloodshed.net/index.html
Post Reply