Building on Windows - GermanAizek/credit-qml GitHub Wiki
Required programs and libs
- download any Windows git client and clone repository with url ( https://github.com/GermanAizek/credit-qml.git )
- Example:
- download git client git-scm.com
- execute in cmd or powershell
git clone --recurse-submodules https://github.com/GermanAizek/credit-qml.git cd credit-qml
-
download Qt5 for Windows: official site
-
during the installation stage, select an optional component for your version of Visual Studio (example below)
Configure and build
-
execute in cmd or powershell
mkdir build && cd build cmake -DQt5_DIR="<path to Qt lib cmake>" ../sources # Example: cmake -DQt5_DIR="C:/Qt/5.6/msvc2013_64/lib/cmake/Qt5" ../sources
-
open *.sln solution with Visual Studio
-
build projects and run it