mirror of
https://github.com/librespot-org/librespot.git
synced 2024-11-08 16:45:43 +00:00
compiling.md: fixup table formatting (#549)
Such that it is readable as a text file, not only in "rendered" markdown
This commit is contained in:
parent
5d5f7846ec
commit
0adb8516a6
1 changed files with 9 additions and 9 deletions
14
COMPILING.md
14
COMPILING.md
|
@ -40,13 +40,13 @@ Depending on the chosen backend, specific development libraries are required.
|
|||
*_Note this is an non-exhaustive list, open a PR to add to it!_*
|
||||
|
||||
| Audio backend | Debian/Ubuntu | Fedora | macOS |
|
||||
|--------------------|------------------------------| ------------------------------| -- |
|
||||
|Rodio (default)| `libasound2-dev` | `alsa-lib-devel` |
|
||||
|ALSA| `libasound2-dev, pkg-config` |`alsa-lib-devel` |
|
||||
|PortAudio| `portaudio19-dev`| `portaudio-devel`| `portaudio`
|
||||
|PulseAudio| `libpulse-dev`| `pulseaudio-libs-devel` |
|
||||
|JACK| `libjack-dev` | `jack-audio-connection-kit-devel` |
|
||||
|SDL| `libsdl2-dev`| `SDL2-devel` |
|
||||
|--------------------|------------------------------|-----------------------------------|-------------|
|
||||
|Rodio (default) | `libasound2-dev` | `alsa-lib-devel` | |
|
||||
|ALSA | `libasound2-dev, pkg-config` | `alsa-lib-devel` | |
|
||||
|PortAudio | `portaudio19-dev` | `portaudio-devel` | `portaudio` |
|
||||
|PulseAudio | `libpulse-dev` | `pulseaudio-libs-devel` | |
|
||||
|JACK | `libjack-dev` | `jack-audio-connection-kit-devel` | |
|
||||
|SDL | `libsdl2-dev` | `SDL2-devel` | |
|
||||
|Pipe | - | - | - |
|
||||
|
||||
###### For example, to build an ALSA based backend, you would need to run the following to install the required dependencies:
|
||||
|
|
Loading…
Reference in a new issue