From 5fdb4acb5e91aed5831e2754b022374459b356b1 Mon Sep 17 00:00:00 2001 From: kcgen <1557255+kcgen@users.noreply.github.com> Date: Thu, 7 May 2020 09:05:01 -0700 Subject: [PATCH] Fix APT package names and minimum OS ver libopusfile0 References: - (Debian SID) https://packages.debian.org/sid/libs/libopusfile0 - (Debian Buster) https://packages.debian.org/buster/libs/libopusfile0 - (Ubuntu 16.04 - latest dev) https://packages.ubuntu.com/search?keywords=libopusfile0&searchon=names SDL packages: - (Ubuntu 16.04 to latest) https://packages.ubuntu.com/search?suite=default§ion=all&arch=any&keywords=libsdl2-2.0-0&searchon=names - (Ubuntu 16.04 to latest) https://packages.ubuntu.com/search?suite=default§ion=all&arch=any&keywords=libsdl2-net-2.0-0&searchon=names --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 64304da9..ac678726 100644 --- a/README.md +++ b/README.md @@ -95,9 +95,9 @@ packages installed via your package manager. sudo dnf install SDL2 SDL2_net opusfile -#### Debian (10 or newer), Ubuntu (18.04 LTS or newer) +#### Debian (9 or newer), Ubuntu (16.04 LTS or newer) - sudo apt install libsdl2-2.0 libsdl2-net-2.0 libopusfile0 + sudo apt install libsdl2-2.0-0 libsdl2-net-2.0-0 libopusfile0 #### Arch, Manjaro