Scripts are
bash
Install Command Line Tools for Xcode:
xcode-select --install
Install Homebrew:
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
Install via Homebrew:
brew install cmake ninja pyenv
The project comes with a pre-configured Visual Studio Code workspace which uses CMake and Ninja as a build system. That is the preferred way to build and work with the code.
Download and install from Visual Studio Code site.
Open Visual Studio Code and press Cmd + Shift + p
.
Select Shell Command: Install 'code' command in PATH
.