Skip to content
James Bradbury edited this page Jan 25, 2022 · 1 revision

Pre-requisites

  • CMake >= 3.11
  • A C++ 14 compliant compiler for Mac or Windows (via XCode tools on Mac, and Visual Studio 17 >= 15.9 on Windows)

Dependencies

  • SuperCollider Source Code: this is the only dependency we don't (optionally) manage for you, so there must be a version available to point to when you run, using the CMake Variable SC_PATH (see below). It can live anywhere on your file system.

These will be downloaded and configured automatically, unless you pass CMake a source code location on disk for each (see below):