diff options
author | Cadence Fish <cloudrac3r@vivaldi.net> | 2020-02-19 22:44:48 +1300 |
---|---|---|
committer | Cadence Fish <cloudrac3r@vivaldi.net> | 2020-02-19 22:44:48 +1300 |
commit | a35b3267026eabac87a8b26fc25b6552df6fa3e8 (patch) | |
tree | 0ca29340cc39aaa3f5267ffc99c6df909336e7f5 | |
parent | Paginationg != Paginating in debug message (diff) | |
download | nheko-a35b3267026eabac87a8b26fc25b6552df6fa3e8.tar.xz |
Add Ubuntu 19.10 build requirements to README
-rw-r--r-- | README.md | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/README.md b/README.md index 49ec50ae..cbd63064 100644 --- a/README.md +++ b/README.md @@ -158,7 +158,7 @@ sudo pacman -S qt5-base \ sudo emerge -a ">=dev-qt/qtgui-5.9.0" media-libs/fontconfig ``` -##### Ubuntu (e.g 16.04) +##### Ubuntu 16.04 ```bash 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 ``` +##### 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) (User report, not sure if all of those are needed) |