- Qt 6.7.2
- Install Qt Creator: https://www.qt.io/download-open-source
In a terminal, navigate to the Helios-Mercury repository. Run the following commands:
mkdir build
cd build
For Linux:
path/to/Qt/6.7.2/gcc_64/bin/qt-cmake ..
For Mac:
path/to/Qt/6.7.2/macos/bin/qt-cmake ..
make

