Skip to content

Commit c129e6b

Browse files
committed
Update README
1 parent d838673 commit c129e6b

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/win-msvc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
-DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
5454
-DCMAKE_INSTALL_PREFIX=${{env.INSTALL_LOCATION}}
5555
-DCPACK_SYSTEM_NAME=${{matrix.arch}}
56+
-DINSTALL_DEPENDENCIES=ON
5657
id: configuration
5758

5859
- name: '${{ matrix.icon }} Build'

.github/workflows/win-msys2.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ jobs:
7171
-DCMAKE_INSTALL_PREFIX=${{env.INSTALL_LOCATION}}
7272
-DDEPENDENCY_DIRS=${{steps.msys2.outputs.msys2-location}}/${{matrix.sys}}/bin
7373
-DCPACK_SYSTEM_NAME=${{matrix.sys}}
74+
-DINSTALL_DEPENDENCIES=ON
7475
id: configuration
7576

7677
- name: '${{ matrix.icon }} Build'

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,12 @@ The build system has the following options:
4040
* `SF2_SUPPORT`: Enable SF2 support and float DCF. ON by default.
4141
* `ZLIB_SUPPORT`: Enable XMF ZLIB Unpacker support. ON by default.
4242
* `BUILD_MANPAGE`: Build the manpage of the CLI program. OFF by default.
43+
* `INSTALL_DEPENDENCIES`: Deploy dependency libraries. OFF by default.
4344

4445
The synthesizer types options (at least one must be enabled):
4546

4647
* `EAS_WT_SYNTH`: Enable WaveTable Synth. ON by default.
47-
* `EAS_FM_SYNTH`: Enable FM Synth. OFF by default.
48+
* `EAS_FM_SYNTH`: Enable FM Synth. ON by default.
4849
* `EAS_HYBRID_SYNTH`: Enable Hybrid Synth. OFF by default. Requires both `USE_44KHZ` and `USE_16BITS_SAMPLES` to be OFF.
4950

5051
* `MAX_VOICES`: Maximum number of voices. 64 by default.
@@ -133,7 +134,7 @@ Example 8: pipe the rendered audio thru the ['mpv' media player](https://mpv.io/
133134

134135
Besides being multiplatform, this supports progress view and better navigation (backed by in-memory cache).
135136

136-
You may replace "ants.mid" by another MIDI or XMF file, like "test/res/testmxmf.mxmf"
137+
You may replace [ants.mid](https://github.com/EmbeddedSynth/sonivox/blob/devel/test/res/ants.mid) by another MIDI or XMF file, like [testmxmf.mxmf](https://github.com/EmbeddedSynth/sonivox/blob/devel/test/res/testmxmf.mxmf)
137138

138139
## Unit tests
139140

0 commit comments

Comments
 (0)