Linux library?
Linux library?
Is there any precompiled irrLicht library for linux? There is none in the version you can download, and I'm too stupid to compile it myself 
2 steps to compile:
1. Add all the necessary dev libraries. I think there is some help for that in the wiki.
2. Go into the source/Irrlicht folder and type: make
If you got any errors afterwards just ask again. You have to learn compiling anyway if you want to be a coder, so just see it as an excercise ;-)
1. Add all the necessary dev libraries. I think there is some help for that in the wiki.
2. Go into the source/Irrlicht folder and type: make
If you got any errors afterwards just ask again. You have to learn compiling anyway if you want to be a coder, so just see it as an excercise ;-)
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
OK, the compiling worked after I knew whcih packages I had to install, but now my compiler is throwing a crazy amount of errors like
What am I doing wrong?
Code: Select all
/home/eric/Programmieren/c/irrlicht-1.5/source/Irrlicht/COpenGLExtensionHandler.cpp:420: undefined reference to `glGetError'Can I get another hint?
After setting up OpenGL I get other errors:
I already tried the things described here
Sorry for all the questions, but I seem to have problems with linux...
After setting up OpenGL I get other errors:
Code: Select all
/home/eric/Programmieren/c/irrlicht-1.5/source/Irrlicht/CIrrDeviceLinux.cpp:1088: undefined reference to `XF86VidModeQueryExtension'Sorry for all the questions, but I seem to have problems with linux...
Note that you need to install libxxf86vm-dev and not just libxxf86vm1.
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