Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 771 Bytes

setup-mac.md

File metadata and controls

38 lines (22 loc) · 771 Bytes

Setup for macOS

Scripts are bash

Xcode

Install Command Line Tools for Xcode:

xcode-select --install

Homebrew

Install Homebrew:

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

cmake, ninja, pyenv

Install via Homebrew:

brew install cmake ninja pyenv

Visual Studio Code

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.