From 0adb8516a65f551211a9ce78c2d822b85454546c Mon Sep 17 00:00:00 2001 From: Lyndon Brown Date: Tue, 15 Dec 2020 10:48:55 +0000 Subject: [PATCH] compiling.md: fixup table formatting (#549) Such that it is readable as a text file, not only in "rendered" markdown --- COMPILING.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/COMPILING.md b/COMPILING.md index 91d5fafd..21985fc6 100644 --- a/COMPILING.md +++ b/COMPILING.md @@ -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!_* -| 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` | -|Pipe| - | - | - | +| 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` | | +|Pipe | - | - | - | ###### For example, to build an ALSA based backend, you would need to run the following to install the required dependencies: