Go to file
2021-09-11 23:55:06 +02:00
CCEngine [chore] Update conan dependencies 2021-09-11 23:55:06 +02:00
CCEngineLoader [chore] Update conan dependencies 2021-09-11 23:55:06 +02:00
.gitignore [chore] Fix 3rd party dependencies Qt and their automatic installation 2019-01-13 14:53:08 +01:00
CCEngine.sln [chore] Fix 3rd party dependencies Qt and their automatic installation 2019-01-13 14:53:08 +01:00
cmd.bat [chore] Update conan dependencies 2021-09-11 23:55:06 +02:00
non-debugable.props [chore] 1st release 2018-05-25 01:06:30 +02:00
qt-ui-common.props Refactor property sheets 2018-04-01 15:06:01 +02:00
qt-ui-debug.props [chore] 1st release 2018-05-25 01:06:30 +02:00
qt-ui-release.props [chore] 1st release 2018-05-25 01:06:30 +02:00
README.md [chore] Add readme with building instructions 2019-01-13 15:35:55 +01:00
workspace.bat [chore] Fix 3rd party dependencies Qt and their automatic installation 2019-01-13 14:53:08 +01:00

Automatic updater, Licensing client and Content server for Catalogue of Currencies

Prequisites

Before building the solution please make sure to install following:

  1. Python 3.x - (https://www.python.org/)

  2. Conan - (https://conan.io/)

    Installation:

    pip install conan
    
  3. Visual Studio 2017

    Necessary components:

    • Windows 8.1 SDK
    • Visual C++ tools for CMake
    • Windows Universal CRT SDK

a. Clone libLicenseClient dependency to one level up

cd ..
git clone git@31.31.72.216:/srv/git/libLicenseClient.git

b. Run workspace.bat whenever that file or any conanfile.txt in subprojects is updated

Building

To build open the CCEngine.sln file in Visual studio and Build -> Build Solution

Deployment

To make deployment package you will have to build Release version of the solution and collect the following files:

  • CCEngine\build\Release\*
  • Release\CCEngine.exe
  • Release\CCEngineLoader.exe
  • VS runtime: concrt140.dll, msvcp140.dll, vcruntime140.dll