Skip to content

Instantly share code, notes, and snippets.

@SmallJoker
Created July 18, 2021 18:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SmallJoker/ddd4181f5d7b2cee4c5348fbf8bed411 to your computer and use it in GitHub Desktop.
Save SmallJoker/ddd4181f5d7b2cee4c5348fbf8bed411 to your computer and use it in GitHub Desktop.
cd irrlicht
# Fake installation dir
mkdir -p __output/include
mkdir -p __output/lib/cmake/IrrlichtMt
ln -sf ../../include __output/include/irrlichtmt
cp -f IrrlichtMt*.cmake __output/lib/cmake/IrrlichtMt/
cp -fP lib/Linux/libIrrlichtMt* __output/lib/
cp -fr CMakeFiles/Export/lib/cmake __output/lib/
#cmake . -DCMAKE_INSTALL_PREFIX=bin/
make -j
#make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment