summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--INSTALL.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 5bf20bf5..76a2623b 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -22,6 +22,10 @@ On Ubuntu:
22```bash 22```bash
23sudo apt-get install build-essential libtool autotools-dev automake libconfig-dev ncurses-dev checkinstall check git libswscale-dev libsdl-dev libopenal-dev libopus-dev libvpx-dev yasm 23sudo apt-get install build-essential libtool autotools-dev automake libconfig-dev ncurses-dev checkinstall check git libswscale-dev libsdl-dev libopenal-dev libopus-dev libvpx-dev yasm
24``` 24```
25If you get the "Unable to locate package libopus-dev" message, add the following ppa
26```bash
27sudo add-apt-repository ppa:ubuntu-sdk-team/ppa && sudo apt-get update && sudo apt-get dist-upgrade
28```
25 29
26On Fedora: 30On Fedora:
27 31