We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e28fe75 commit 854aa75Copy full SHA for 854aa75
README.md
@@ -11,6 +11,7 @@ WaveSabre executable music example code.
11
* Create an out-of-source build folder, for example `build`.
12
* Run `cmake [SOURCE_ROOT] -A Win32`.
13
* Run `cmake --build . --config Release`. You might need to re-enter the command once.
14
+* In the folder `[BUILD_FOLDER]/Release` you can now find your binaries and a release archive.
15
16
# How to change the track
17
* Place a DAW project file containing your track in the `Track/` subdirectory (or anywhere else, if you must).
0 commit comments