diff options
-rw-r--r-- | INSTALL.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -22,6 +22,10 @@ On Ubuntu: | |||
22 | ```bash | 22 | ```bash |
23 | sudo 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 | 23 | sudo 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 | ``` |
25 | If you get the "Unable to locate package libopus-dev" message, add the following ppa | ||
26 | ```bash | ||
27 | sudo add-apt-repository ppa:ubuntu-sdk-team/ppa && sudo apt-get update && sudo apt-get dist-upgrade | ||
28 | ``` | ||
25 | 29 | ||
26 | On Fedora: | 30 | On Fedora: |
27 | 31 | ||