dekorlp / Invision

1 stars 0 forks source link

Invision Engine

Deployment (Windows)

In order to deplay the Invision Engine follow these steps below:

  1. Make sure that Windows Universal CRT SDK is installed by using Windows SDK Version 8.1 (Configuration Properties/General/Windows SDK Version)
  2. Install Qt
  3. Rename File /Invision/build/solutions/config_template.lua to config.lua
  4. Set the QT paths in /Invision/build/solutions/config.lua
  5. Open a terminal and execute /Invision/build/solutions/update-solutions.bat

To compile tests, (boost unit test libs are needed):

  1. Run Bat Invision/lib/win32/loadLibraries.bat
  2. Go in libs/win32/boost
  3. start: bootstrap.bat
  4. choose correct Option for your Visual Studio Version
    1. start: b2.exe toolset=msvc-14.0 --with-test => for Microsoft Visual Studio 2015
    2. start: b2.exe toolset=msvc-14.1 --with-test => for Microsoft Visual Studio 2017
    3. start: b2.exe toolset=msvc-14.2 --with-test => for Microsoft Visual Studio 2019