We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
a. Download Qt open-source from official website (at the button at the bottom) https://www.qt.io/download-open-source
b. Install 5.15 with Qt Creator
NOTE: For Apple Silicon, you should build Qt5 by yourself, refer to here
macOS a. brew install boost (Boost 1.7.0+ is required)
brew install boost
Windows a. Download boost source code https://www.boost.org/users/history/version_1_76_0.html (Boost 1.7.0+ is required)
Linux a. sudo apt-get install boost cmake
sudo apt-get install boost cmake