Skip to content

Commit afe44ac

Browse files
committed
Documentation: Improve installation instructions
1 parent 7182818 commit afe44ac

File tree

2 files changed

+26
-4
lines changed

2 files changed

+26
-4
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,20 @@ The package dependencies for Debian based distributions are:
6060
- libgtk-4-dev (only if `CLI_ONLY=yes` is not used)
6161
- systemd-dev (only used to install the udev rules)
6262

63-
You can easily install all them by running `sudo apt install automake libtool libusb-1.0-0-dev libjack-jackd2-dev libsamplerate0-dev libsndfile1-dev autopoint gettext libsystemd-dev libjson-glib-dev libgtk-4-dev systemd-dev`.
63+
You can easily install all them by running this.
6464

65-
For Fedora, run `sudo yum install automake libtool libusb1-devel jack-audio-connection-kit-devel libsamplerate-devel libsndfile-devel gettext-devel json-glib-devel gtk4-devel systemd-devel` to install the build dependencies.
65+
```
66+
sudo apt install automake libtool libusb-1.0-0-dev libjack-jackd2-dev libsamplerate0-dev libsndfile1-dev autopoint gettext libsystemd-dev libjson-glib-dev libgtk-4-dev systemd-dev
67+
```
68+
69+
For Fedora, run this to install the build dependencies.
70+
71+
72+
```
73+
sudo yum install automake libtool libusb1-devel jack-audio-connection-kit-devel libsamplerate-devel libsndfile-devel gettext-devel json-glib-devel gtk4-devel systemd-devel
74+
```
75+
76+
For Arch, no additional dependencies are needed.
6677

6778
As this will install `jackd2`, you would be asked to configure it to be run with real time priority. Be sure to answer yes. With this, the `audio` group would be able to run processes with real time priority. Be sure to be in the `audio` group too.
6879

docs/installation.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,20 @@ The package dependencies for Debian based distributions are:
3434
- libgtk-4-dev (only if `CLI_ONLY=yes` is not used)
3535
- systemd-dev (only used to install the udev rules)
3636

37-
You can easily install all them by running `sudo apt install automake libtool libusb-1.0-0-dev libjack-jackd2-dev libsamplerate0-dev libsndfile1-dev autopoint gettext libsystemd-dev libjson-glib-dev libgtk-4-dev systemd-dev`.
37+
You can easily install all them by running this.
3838

39-
For Fedora, run `sudo yum install automake libtool libusb1-devel jack-audio-connection-kit-devel libsamplerate-devel libsndfile-devel gettext-devel json-glib-devel gtk4-devel systemd-devel` to install the build dependencies.
39+
```
40+
sudo apt install automake libtool libusb-1.0-0-dev libjack-jackd2-dev libsamplerate0-dev libsndfile1-dev autopoint gettext libsystemd-dev libjson-glib-dev libgtk-4-dev systemd-dev
41+
```
42+
43+
For Fedora, run this to install the build dependencies.
44+
45+
46+
```
47+
sudo yum install automake libtool libusb1-devel jack-audio-connection-kit-devel libsamplerate-devel libsndfile-devel gettext-devel json-glib-devel gtk4-devel systemd-devel
48+
```
49+
50+
For Arch, no additional dependencies are needed.
4051

4152
As this will install `jackd2`, you would be asked to configure it to be run with real time priority. Be sure to answer yes. With this, the `audio` group would be able to run processes with real time priority. Be sure to be in the `audio` group too.
4253

0 commit comments

Comments
 (0)