mirror of
https://github.com/minetest/irrlicht.git
synced 2024-11-08 16:53:52 +01:00
Fix missing step in build instructions
This commit is contained in:
parent
fa7a5dbdef
commit
4bdd8af47d
@ -20,6 +20,7 @@ Aside from standard search options (`ZLIB_INCLUDE_DIR`, `ZLIB_LIBRARY`, ...) the
|
|||||||
e.g. on a Linux system you might want to build for local use like this:
|
e.g. on a Linux system you might want to build for local use like this:
|
||||||
|
|
||||||
git clone https://github.com/minetest/irrlicht
|
git clone https://github.com/minetest/irrlicht
|
||||||
|
cd irrlicht
|
||||||
cmake . -DBUILD_SHARED_LIBS=OFF
|
cmake . -DBUILD_SHARED_LIBS=OFF
|
||||||
make -j$(nproc)
|
make -j$(nproc)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user