Skip to content

Building the Engine

Viktor Kovacs edited this page Apr 19, 2020 · 42 revisions

Building on Windows

Visual Studio 2017

  • Generate project files with cmake to the Build directory.
  • Open the solution from Build\VisualScriptEngine.sln.
  • Build the solution.

Other compilers

The following compilers are tested for the core modules.

  • Windows
    • Visual Studio 2017
  • Linux
    • gcc-7
    • clang-5.0
  • OSX
    • XCode 10

Clone this wiki locally