-
Notifications
You must be signed in to change notification settings - Fork 17
Setup
James Bradbury edited this page Jan 25, 2022
·
1 revision
- 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)
-
Max SDK (>= 7.3.3) : 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
MAX_SDK_PATH
(see below). It can live anywhere on your file system, although often it is convenient to install directly into your Max packages folder.
These will be downloaded and configured automatically, unless you pass CMake a source code location on disk for each (see below):