Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 486 Bytes

build-dependencies.md

File metadata and controls

23 lines (19 loc) · 486 Bytes

Dependencies for building

The following commands need to be executable

  • python
  • git
  • scons
  • ninja
  • cmake
  • premake

Dependencies installation

You can install the required dependencies using the following command:

To make sure python3 is mapped to python execute the following, which will create a sym-link

ln -s /opt/homebrew/bin/python3 /opt/homebrew/bin/python

Using Brew

brew install python git scons ninja cmake premake