-
Notifications
You must be signed in to change notification settings - Fork 5
Installing Development Environment
Jau-Shiuan(Jason) Shiao edited this page Sep 5, 2022
·
3 revisions
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)
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