Thanks to visit codestin.com
Credit goes to github.com

Skip to content

dekorlp/Invision

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published