
While reviewing the folders of the unzipped folder I found the folder irrlicht (which is in irrlicht-1.8.4 / source / Irrlicht) and opened a file called makefile to read it (when I saw a makefile file I assumed that I had to compile something and that's why I still it did not work, that's how it was)įollowing the instructions in the file, I opened the terminal, went to the folder /home/(User)/Downloads/irrlicht-1.8.4/source/Irrlicht and executed the instruction $: make (I entered sudo make just in case)Īfter waiting for a file called libIrrlicht.a to be generated in that same folder (/home/(User) / Downloads / irrlicht-1.8.4/source/Irrlicht) the latter paste it into the / lib / Irrlicht folder (the Irrlicht folder creates it) I did not know that you had to do a compilation (and nobody said it in the videos or pages)
#Install codeblocks on ubuntu how to
I also don't understand how to link Irrlicht to Codeblocks to make proyects or run the examples.ĮDIT 1: I thought that the uncompressed zip file was already the final program. Now I have the Irrlicht 1.8.4.zip file unzipped in my downloads folder and I don't understand how to install irrlicht. I started by downloading the Irrlicht.zip file provided by this page Then install CodeBlocks.

I'm new and I try to have my first steps with Irrlicht.
