This commit is contained in:
2026-06-05 22:26:39 -05:00
parent de199fd8a1
commit 6fba54f9c0
6 changed files with 154 additions and 11 deletions

View File

@@ -37,7 +37,8 @@ to produce somewhat well-sounding instruments and music performance.
Prerequisites:
CMake: https://cmake.org/download/ \
QtWidgets: https://www.qt.io/development/download-qt-installer-oss
Qt6::QML: https://www.qt.io/development/download-qt-installer-oss \
Note: you must export the Qt install location to your environment. E.g. add the following to a powershell profile: `$env:Qt6_DIR = "C:\Qt\6.10.1\msvc2022_64"`
Compiler that supports C++20. Builds have been tested with GCC12 & MSVC17