Skip to content

Commit 6e6bc78

Browse files
dvzrvfalkTX
authored andcommitted
Update dependency information in README
README.md: Update the (optional) dependency information and point at the meson_options.txt file for further information.
1 parent 91ad60a commit 6e6bc78

1 file changed

Lines changed: 16 additions & 8 deletions

File tree

README.md

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,24 @@ However, testing is very much welcomed!*
2222

2323
The project requires the following dependencies:
2424

25-
* [alsa-lib](https://www.alsa-project.org/wiki/Main_Page) (optional buildtime/
26-
runtime dependency for `alsa_in` and `alsa_out`)
27-
* [jack1](https://github.com/jackaudio/jack1) or [jack2](https://github.com/jackaudio/jack2)
25+
* [alsa-lib](https://www.alsa-project.org/wiki/Main_Page) (required when
26+
building `alsa_in` and `alsa_out` or ZALSA internal clients)
27+
* [jack1](https://github.com/jackaudio/jack1) or
28+
[jack2](https://github.com/jackaudio/jack2)
2829
* [opus](https://www.opus-codec.org/) (optional buildtime/ runtime dependency
2930
for `jack_netsource`)
30-
* [readline](https://tiswww.case.edu/php/chet/readline/rltop.html)
31-
* [libsamplerate](https://libsndfile.github.io/libsamplerate/)
32-
* [libsndfile](https://libsndfile.github.io/libsndfile/)
33-
* [libzita-alsa-pcmi](https://kokkinizita.linuxaudio.org/linuxaudio/)
34-
* [libzita-resampler](https://kokkinizita.linuxaudio.org/linuxaudio/)
31+
* [readline](https://tiswww.case.edu/php/chet/readline/rltop.html) (optional
32+
buildtime/ runtime dependency for `jack_transport`)
33+
* [libsamplerate](https://libsndfile.github.io/libsamplerate/) (required when
34+
building `alsa_in` and `alsa_out` or `jack_netsource`)
35+
* [libsndfile](https://libsndfile.github.io/libsndfile/) (required when
36+
building `jack_rec`)
37+
* [libzita-alsa-pcmi](https://kokkinizita.linuxaudio.org/linuxaudio/) (required
38+
when building ZALSA internal clients)
39+
* [libzita-resampler](https://kokkinizita.linuxaudio.org/linuxaudio/) (required
40+
when building ZALSA internal clients)
41+
42+
For all available options please refer to [meson_options.txt](meson_options.txt).
3543

3644
## Building
3745

0 commit comments

Comments
 (0)