summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorKelong Cong <kelongcong@gmail.com>2014-01-28 14:57:26 +0000
committerKelong Cong <kelongcong@gmail.com>2014-01-28 14:57:26 +0000
commit17000b1b7cf1cdfe7d9739d96cbdfcb254a8655e (patch)
tree22d3532e1ac93bea0f5f0ed5dd6717010da584df /INSTALL.md
parent00621193145694c7d8bba23acbcd5ee1e58fea42 (diff)
added solution to the 'Unable to locate package libopus-dev' problem
Diffstat (limited to 'INSTALL.md')
-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