Skip to content

Commit 8a201e3

Browse files
authored
Update README.md
Add tools and libraries for Fedora
1 parent 863f7df commit 8a201e3

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,19 @@ To build from source, ensure the system is up to date, install the tools and lib
1515

1616
In the commands below, note the convention that a `#` prompt means you are in superuser mode and a `$` prompt means you are in a regular unprivileged user mode. You can use `sudo` *("SUperuser DO")* to temporarily promote yourself from user to superuser, if permitted. For example, if you want to execute `apt update` in superuser mode and you are in user mode, enter `sudo apt update`.
1717

18-
##### Install Tools and Libraries (Debian / Raspberry Pi OS / Ubuntu)
18+
##### Install Tools and Libraries
1919
Some of these tools and libraries may already be installed -- it does no harm to try to install them again.
20+
###### Debian / Raspberry Pi OS / Ubuntu:
2021
```
2122
# apt update
2223
# apt upgrade # this is optional but recommended
2324
# apt install --no-install-recommends build-essential git autoconf automake libasound2-dev
2425
```
26+
###### Fedora:
27+
```
28+
# yum update
29+
# yum install git autoconf automake gcc alsa-lib-devel
30+
```
2531
##### Build and install Dacquery
2632
Execute the following commands.
2733
```

0 commit comments

Comments
 (0)