Setting up a Dev Environment

Prerequisites

Windows

Install MSVC 2022 Community for x86/amd64. You may need to reboot your machine before proceeding to the next step

Mac OS

Please install the latest version of Xcode. In a terminal, execute xcode-select --install to ensure that the your C++ compiler is properly configured for use by Qt.

Linux

TODO

Installing Qt

TODO

Last updated

Was this helpful?