Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.3 KB

BUILDING.md

File metadata and controls

45 lines (29 loc) · 1.3 KB

Building

Development

Open CppCore.sln in Visual Studio or open the repository root folder in Visual Studio Code.

Compilers

  • CLANG (Windows, Linux, MacOS, Android, iOS)
  • MSVC (Windows)

GNU Make / Visual Studio Code

Windows

Linux

sudo apt-get install make clang lld llvm

OSX

Install from the OSX Store:

  • XCode
  • XCode Command Line Tools

Make Parameters

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