Skip to content

Commit 3758986

Browse files
authored
add sound libs
1 parent cf829a9 commit 3758986

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/BUILDING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ In the installer, you must select the following **Workloads** and **Individual c
3939
### Linux
4040
The following command will install the required dependencies on a distro that uses `apt` (such as Debian-based distros).
4141
```bash
42-
sudo apt install autoconf automake libtool pkg-config curl cmake ninja-build clang clang-tools libgtk-3-dev
42+
sudo apt install autoconf automake libtool pkg-config curl cmake ninja-build clang clang-tools libgtk-3-dev libasound2-dev libpulse-dev libpipewire-0.3-dev
4343
```
4444
The following command will install the required dependencies on a distro that uses `pacman` (such as Arch-based distros).
4545
```bash
46-
sudo pacman -S base-devel ninja lld clang gtk3
46+
sudo pacman -S base-devel ninja lld clang gtk3 alsa-lib libpulse pipewire
4747
```
4848
You can also find the equivalent packages for your preferred distro.
4949

0 commit comments

Comments
 (0)