Using irrlicht with the gcc compiler
Using irrlicht with the gcc compiler
I'm trying to compile irrlicht with the gcc compiler in code::blocks, and I looked for the gcc library, but it's not there. Where can I get the library so I can compile my project?
-
- Posts: 17
- Joined: Sun Oct 13, 2013 1:52 am
Re: Using irrlicht with the gcc compiler
gcc library? do you mean compiler? or are you talking about the irrlicht library files?
also, what's your OS?
also, what's your OS?
Re: Using irrlicht with the gcc compiler
You have to compile it yourself. There are project files in source/Irrlicht for that. For gcc/MingGW on Windows there is a dll - but it depends a lot on the gcc version which you are using if that will work or not (unfortunately there seem to be compatibility troubles between different gcc versions there).
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
-
- Posts: 1186
- Joined: Fri Dec 29, 2006 12:04 am
Re: Using irrlicht with the gcc compiler
If you are on Windows, try MinGW. It's the GCC for Windows.
If you are on Linux, try the package management system of your distro. The packet is usually called "g++".
If you are on Linux, try the package management system of your distro. The packet is usually called "g++".
"Whoops..."