-
Notifications
You must be signed in to change notification settings - Fork 8
Install Guide
Lambru Cristian edited this page Nov 12, 2021
·
4 revisions
-
Install dependecies
sudo chmod +x setup.sh sudo ./setup.sh
-
Compile the project
mkdir Build && cd Build cmake -DCMAKE_BUILD_TYPE=Release .. && make && cd .. -
Run the application using a prototype scene
./Build/LiteEngine
- All the necessary dependencies for Windows are already in /3rdparty folder
- Generate the Visual Studio project using CMake into a new folder /Build/
- Open the LiteEngine.sln inside /Build/
- Build only on Release