-
Notifications
You must be signed in to change notification settings - Fork 6
Installing Build Dependencies
In order to build the engine, a number of dependencies need to be installed.
Follow the install instructions.
Follow the install instructions
Follow the install instructions
You have to compile cheerp from source. The initial compilation step can be quite lengthy, you have been warned.
Packages you need to have installed before building cheerp.
- git
- python
- ninja
- cmake
- clang
- gcc
Once these packages are installed follow the instructions step by step. You will need ~1GB space to clone all the github repositories required to install cheerp.
When compiling from source warnings may appear. These can generally be ignored, however errors obviously indicate something is wrong. If this occurs, make sure you have followed each step in the instructions exactly and that each of the required dependencies listed above are correctly installed.
Follow the installation instructions (for all operating systems) here