Page 1 of 1
Broken Irrlicht Engine
Posted: Wed Sep 11, 2019 8:41 am
by GravityGouseSS
Hello. I want to create game on C++ using Irrlicht Engine. But, after I download it (from official site), it's half empty!
He hasn't Linux library (and Windows), so what happened?. Pleas help!
Comment
Re: Broken Irrlicht Engine
Posted: Wed Sep 11, 2019 9:51 pm
by CuteAlien
Hello. There should be binaries in the bin\Win32-VisualStudio folder and a 64-bit dll in the bin\Win64-VisualStudio folder. For Linux you have to build the engine yourself using either the Makefile or Code::Blocks. Also on other platforms you can rebuild the engine. If you want to build only the engine use the build-files in source/Irrlicht, if you want to rebuild the engine + all examples (recommended) then use the build files in the examples folder.