1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

INSTALL.md: Fixed package name of 'libvpx' on ArchLinux

This commit is contained in:
Stefan Merettig 2015-03-19 22:42:23 +01:00
parent 44662310da
commit 15ff9355df

View File

@ -96,7 +96,7 @@ First of all install the dependencies of Tox Core.
Arch Linux:
```bash
sudo pacman -S --needed opus vpx
sudo pacman -S --needed opus libvpx
```
Debian / Ubuntu: