Stategr helps you maximize your productivity, giving you the quickest and most effective way to time-box your day with strategies.
More on the website
Strategr's data model is built with vanilla C++ 17, UI layer is Qt 5.
- macOS
- Windows
- iOS
- Linux
- Android
- C++17-compatible C++ compliler
- CMake >=3.14
- Boost >= 1.7
- Qt >= 5.14
- utf8proc >= v2.4.0 - Note that this must be built as a static library
- Sparkle (macOS only)
- WinSparkle (Windows only)
Given that current directory is the root of this repository, and all dependencies are avaliable for CMake, you can build Strategr like this:
mkdir build && cd build
cmake ../
cmake --build . --target Strategr
PR's or any help and suggestions are appreciated!