-
Notifications
You must be signed in to change notification settings - Fork 2
AudYoFlo: Building on MS Windows Visual Studio
On MS Windows to build AudYoFlo with Visual Studio the following pre-installations should be available:
- QT Version 5 (e.g. 5.17)
- Python Version 3.11 or higher
- Git bash (which you probably have installed since you work with Github)
- Visual Studio 2022
QT Version 5 typicall requires to download and build QT from source. We focus on version 5 since version 6 did not yet have the status required to provide all required functions that QT Version 5 does.
To start working with jvxgit, at first, we open the git bash as a (simple) Linux command interpreter. There, we create a folder where we locate the repository afterwards, e.g., jvxgit, and finally, we obtain the main AudYoFlo repository by running the corresponding git command:
mkdir jvxgit
cd jvxgit
git clone https://github.com/jvxgit/AudYoFlo.git
Next, we create a folder right next to the repository folder AudYoFlo:
Then, we copy the file <AudYoFlo>/build-scripts/windows/debug/rt--sdk/compiled.bat
to the newly created build folder,
The folder <AudYoFlo>
in that context represents the main folder of the checked out repository.