Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 652 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 652 Bytes

##Video game using Irrlicht


CMake Build instructions


  • Out-of-source build :
git clone git@github.com:Modelisation5ETI/Irrlicht_Project.git && \
mkdir Irrlicht_Project-build && cd Irrlicht_Project-build  && \
cmake ../Irrlicht_Project  && \
make -j

  • QtCreator :
git clone git@github.com:Modelisation5ETI/Irrlicht_Project.git  && \
mkdir Irrlicht_Project-build && cd Irrlicht_Project-build  && \
qtcreator ../Irrlicht_Project

Then configure project using QtCreator API :

  • Set the build directory to Irrlicht_Project-build/
  • Run CMake and build project

Implementation