summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorDeepBlueV7.X <nicolas.werner@hotmail.de>2020-02-19 17:57:49 +0000
committerGitHub <noreply@github.com>2020-02-19 17:57:49 +0000
commit6bbb43958eae1c9712b3658ac4f3b2ed17bc120b (patch)
treeb5061072d5fbd2b01348a3135311cb9cf7d8bd0a /README.md
parentAdd Ubuntu 19.10 build requirements to README (diff)
downloadnheko-6bbb43958eae1c9712b3658ac4f3b2ed17bc120b.tar.xz
Remove some hopefully unneeded dependencies on ubuntu 19.10
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 2 insertions, 6 deletions
diff --git a/README.md b/README.md
index cbd63064..ca50cdc4 100644
--- a/README.md
+++ b/README.md
@@ -170,13 +170,9 @@ sudo apt-get install -y g++-7 qt59base qt59svg qt59tools qt59multimedia cmake li
 
 ##### 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
+# Build requirements + qml modules needed at runtime (you may not need all of them, but the following seem to work according to reports):
+sudo apt install g++-7 cmake liblmdb-dev libsodium-dev qt{base,tools,multimedia}5-dev qml-module-qt{gstreamer,multimedia,quick-extras} libqt5svg5-dev qt{script,quickcontrols2-}5-dev
 ```
 
 ##### Debian Buster (or higher probably)