Long where the days that I used a spreadsheet to take care of my finances, I created this to make it easily manegeable and more rewarding
These are required to run the applications as a developer.
- 1 Install Visual Studio 2019;
- 2 Install CMake (Version 3.11.0);
- 3 Install QtCore, QtQuick, QtGui, QtQml, QtChart (Version 6.7.0);
Follow these steps to run it locally.
- 1 Go to the
Script/Vendorsfolder; - 2 Run the command
./OpenCV.bat "Visual Studio 16 2019" "Debug"; - 3 Go the root of the repo;
- 4 Create a file named
.env.cmakeand add your Qt installation location asQT_PATHvariableset(QT_PATH "{QT_PATH}"); - 5 Run the command
cmake . -B "./build" -G "Visual Studio 16 2019" -DCMAKE_BUILD_TYPE="Debug"; - 6 Go to the
Bin/Debugand open theFinancy.exe.
These are the steps to generate the installer ready for production.
- 1 Install Wixtoolset (Version 5.0.0);
- 2 Install CQtDeployer (Version v1.6.2360);
- 3 Go to the
Script/Deployfolder; - 4 Run the command
./Pack.bat; - 5 Go back to the root of the repo;
- 6 The installer should be located inside the
Deployfolder.