I had some problems to compile Irrlicht under linux (ubuntu).
I think it is a good idea if there is somewhere in a readme file what are the depandancies:
I actually need to install:
- g++
- libglut3-dev
Mildred (please excuse this bad english, I'm french)
Compile Irrlicht on Linux
-
- Posts: 41
- Joined: Sun Nov 09, 2003 10:12 am
- Location: UK
- Contact:
g++ is the GNU C++ compiler, you'll need it for compiling anything written in C++, which includes the Irrlicht engine. It should be common sense hthat you need a C++ compiler to compile a C++ program.
As for libglut3-dev, I wasn't aware that Irrlicht used GLUT at all. Maybe ubuntu packages some of the other GL/GLX headers in the glut package as well. I think this is a specialist case for ubuntu,.
As for libglut3-dev, I wasn't aware that Irrlicht used GLUT at all. Maybe ubuntu packages some of the other GL/GLX headers in the glut package as well. I think this is a specialist case for ubuntu,.
http://www.darkliquid.net - Blog, art, poetry