Skip to content

Modelisation5ETI/Irrlicht_Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##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


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages