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:
Lyndon Brown 2020-12-15 10:48:55 +00:00 committed by GitHub
parent 5d5f7846ec
commit 0adb8516a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,15 +39,15 @@ Depending on the chosen backend, specific development libraries are required.
*_Note this is an non-exhaustive list, open a PR to add to it!_* *_Note this is an non-exhaustive list, open a PR to add to it!_*
| Audio backend | Debian/Ubuntu | Fedora | macOS | | Audio backend | Debian/Ubuntu | Fedora | macOS |
|--------------------|------------------------------| ------------------------------| -- | |--------------------|------------------------------|-----------------------------------|-------------|
|Rodio (default)| `libasound2-dev` | `alsa-lib-devel` | |Rodio (default) | `libasound2-dev` | `alsa-lib-devel` | |
|ALSA| `libasound2-dev, pkg-config` |`alsa-lib-devel` | |ALSA | `libasound2-dev, pkg-config` | `alsa-lib-devel` | |
|PortAudio| `portaudio19-dev`| `portaudio-devel`| `portaudio` |PortAudio | `portaudio19-dev` | `portaudio-devel` | `portaudio` |
|PulseAudio| `libpulse-dev`| `pulseaudio-libs-devel` | |PulseAudio | `libpulse-dev` | `pulseaudio-libs-devel` | |
|JACK| `libjack-dev` | `jack-audio-connection-kit-devel` | |JACK | `libjack-dev` | `jack-audio-connection-kit-devel` | |
|SDL| `libsdl2-dev`| `SDL2-devel` | |SDL | `libsdl2-dev` | `SDL2-devel` | |
|Pipe| - | - | - | |Pipe | - | - | - |
###### For example, to build an ALSA based backend, you would need to run the following to install the required dependencies: ###### For example, to build an ALSA based backend, you would need to run the following to install the required dependencies: