- Visual Studio Code (Windows, Linux, OSX)
- Visual Studio (Windows)
Open CppCore.sln in Visual Studio or open the repository root folder in Visual Studio Code.
- CLANG (Windows, Linux, MacOS, Android, iOS)
- MSVC (Windows)
- Download GNU Make for Windows
- Download LLVM for Windows
- Make sure to select "add to path" during both installations
sudo apt-get install make clang lld llvm
Install from the OSX Store:
- XCode
- XCode Command Line Tools
Following Parameters are supported. Defaults will be used if not provided.
Parameter | Values | Default |
---|---|---|
MODE | debug, release | debug |
TARGET_OS | win, osx, linux, android, ios | {host-os} |
TARGET_ARCH | x86, x64, arm, arm64 | {host-cpu} |
TARGET_CPUREV | legacy, default, modern | default |