mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
Documentation: Recommend installing PulseAudio on Debian by default
This commit is contained in:
parent
5b38057802
commit
61da7d2213
Notes:
github-actions[bot]
2024-07-23 07:00:45 +00:00
Author: https://github.com/trflynn89 Commit: https://github.com/LadybirdBrowser/ladybird/commit/61da7d22130 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/778
1 changed files with 15 additions and 2 deletions
|
@ -13,7 +13,7 @@ NOTE: In all of the below lists of packages, the Qt6 multimedia package is not n
|
|||
### Debian/Ubuntu:
|
||||
|
||||
```bash
|
||||
sudo apt install autoconf autoconf-archive automake build-essential ccache cmake curl fonts-liberation2 git libavcodec-dev libgl1-mesa-dev nasm ninja-build qt6-base-dev qt6-multimedia-dev qt6-tools-dev-tools qt6-wayland tar unzip zip
|
||||
sudo apt install autoconf autoconf-archive automake build-essential ccache cmake curl fonts-liberation2 git libavcodec-dev libgl1-mesa-dev nasm ninja-build qt6-base-dev qt6-tools-dev-tools qt6-wayland tar unzip zip
|
||||
```
|
||||
|
||||
#### CMake 3.25 or newer:
|
||||
|
@ -59,7 +59,20 @@ sudo add-apt-repository ppa:ubuntu-toolchain-r/test
|
|||
sudo apt update && sudo apt install g++-13 libstdc++-13-dev
|
||||
```
|
||||
|
||||
---
|
||||
#### Audio support:
|
||||
|
||||
- Recommendation: Install PulseAudio development package:
|
||||
|
||||
```bash
|
||||
sudo apt install libpulse-dev
|
||||
```
|
||||
|
||||
- Alternative: Install Qt6's multimedia package:
|
||||
|
||||
```bash
|
||||
sudo apt install qt6-multimedia-dev
|
||||
```
|
||||
|
||||
### Arch Linux/Manjaro:
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue