-
Notifications
You must be signed in to change notification settings - Fork 45
Building the Engine
Viktor Kovacs edited this page Dec 25, 2018
·
42 revisions
You can build all of the modules with Visual Studio by following these steps.
- Build wxWidgets.
- Download and install wxWidgets from here.
- Open the solution from
build\msw\wx_vc15.slnfrom the wxWidgets installation folder. - Build with Debug/x64 and Release/x64 configuration.
- Build VisualScriptEngine:
- Set the
WXWIDGETS_DIRenvironment variable to the wxWidgets installation folder (by default C:\wxWidgets-3.1.2). - Generate project files with cmake to the
Builddirectory. - Open the solution from
Build\VisualScriptEngine.sln. - Build the solution.
- Set the
The following compilers are tested for the core modules.
- Windows
- Visual Studio 2017
- Linux
- gcc-7
- clang-5.0
- OSX
- XCode 10