Skip to content

Installing Development Environment

Jau-Shiuan(Jason) Shiao edited this page Sep 5, 2022 · 3 revisions

1. Install Qt

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

2. Install Boost

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

Clone this wiki locally