mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
Add Ubuntu 19.10 build requirements to README
This commit is contained in:
parent
b24165371c
commit
a35b326702
1 changed files with 12 additions and 1 deletions
13
README.md
13
README.md
|
@ -158,7 +158,7 @@ sudo pacman -S qt5-base \
|
||||||
sudo emerge -a ">=dev-qt/qtgui-5.9.0" media-libs/fontconfig
|
sudo emerge -a ">=dev-qt/qtgui-5.9.0" media-libs/fontconfig
|
||||||
```
|
```
|
||||||
|
|
||||||
##### Ubuntu (e.g 16.04)
|
##### Ubuntu 16.04
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo add-apt-repository ppa:beineri/opt-qt592-xenial
|
sudo add-apt-repository ppa:beineri/opt-qt592-xenial
|
||||||
|
@ -168,6 +168,17 @@ sudo apt-get update
|
||||||
sudo apt-get install -y g++-7 qt59base qt59svg qt59tools qt59multimedia cmake liblmdb-dev libsodium-dev
|
sudo apt-get install -y g++-7 qt59base qt59svg qt59tools qt59multimedia cmake liblmdb-dev libsodium-dev
|
||||||
```
|
```
|
||||||
|
|
||||||
|
##### Ubuntu 19.10
|
||||||
|
|
||||||
|
(User report, not sure if all of those are needed)
|
||||||
|
|
||||||
|
```bash
|
||||||
|
# Start with basics and QML modules:
|
||||||
|
sudo apt install g++-7 cmake liblmdb-dev libsodium-dev qt{base,tools,multimedia}5-dev qml-module-qt{gstreamer,multimedia,quick-extras}
|
||||||
|
# If you still have problems building or running, try installing these as well:
|
||||||
|
sudo apt install libqt5svg5-dev qt{3d,script,webengine,quickcontrols2-}5-dev
|
||||||
|
```
|
||||||
|
|
||||||
##### Debian Buster (or higher probably)
|
##### Debian Buster (or higher probably)
|
||||||
|
|
||||||
(User report, not sure if all of those are needed)
|
(User report, not sure if all of those are needed)
|
||||||
|
|
Loading…
Reference in a new issue