mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
docs(INSTLALL.md): Update for Ubuntu 16.04
Ubuntu 16.04 changes some libav* packages names (removed "ffmpeg" suffix).
This commit is contained in:
parent
27c4873dc5
commit
73efe6f12f
|
@ -21,6 +21,7 @@
|
|||
- [openSUSE](#opensuse-other-deps)
|
||||
- [Slackware](#slackware-other-deps)
|
||||
- [Ubuntu >=15.04](#ubuntu-other-deps)
|
||||
- [Ubuntu >=16.04](#ubuntu-other-1604-deps)
|
||||
- [toxcore dependencies](#toxcore-dependencies)
|
||||
- [Arch](#arch-toxcore)
|
||||
- [Debian](#debian-toxcore)
|
||||
|
@ -213,6 +214,11 @@ List of all the ``qTox`` dependencies and their SlackBuilds can be found here: h
|
|||
sudo apt-get install build-essential qt5-qmake qt5-default qttools5-dev-tools libqt5opengl5-dev libqt5svg5-dev libopenal-dev libxss-dev qrencode libqrencode-dev libavutil-ffmpeg-dev libswresample-ffmpeg-dev libavcodec-ffmpeg-dev libswscale-ffmpeg-dev libavfilter-ffmpeg-dev libavdevice-ffmpeg-dev libglib2.0-dev libgdk-pixbuf2.0-dev libgtk2.0-dev libsqlcipher-dev
|
||||
```
|
||||
|
||||
<a name="ubuntu-other-1604-deps" />
|
||||
#### Ubuntu >=16.04:
|
||||
```bash
|
||||
sudo apt-get install build-essential qt5-qmake qt5-default qttools5-dev-tools libqt5opengl5-dev libqt5svg5-dev libopenal-dev libxss-dev qrencode libqrencode-dev libavutil-dev libswresample-dev libavcodec-dev libswscale-dev libavfilter-dev libavdevice-dev libglib2.0-dev libgdk-pixbuf2.0-dev libgtk2.0-dev libsqlcipher-dev
|
||||
```
|
||||
|
||||
### toxcore dependencies
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user