]> git.sur5r.net Git - minitube/blobdiff - README.md
New upstream version 2.9
[minitube] / README.md
index 494268da4c173a201d0fed14be66e19a0cbb96b9..d238fe0c7d5998c05f5b8aaff0511f2ebcb28291 100644 (file)
--- a/README.md
+++ b/README.md
@@ -6,7 +6,6 @@ Translations are done at https://www.transifex.com/projects/p/minitube/
 Just register and apply for a language team. Please don't request translation merges on GitHub.
 
 ## Google API Key
-
 Google is now requiring an API key in order to access YouTube Data web services.
 Create a "Browser Key" at https://console.developers.google.com
 
@@ -14,12 +13,11 @@ The key must be specified at compile time as shown below.
 Alternatively Minitube can read an API key from the GOOGLE_API_KEY environment variable.
 
 ## Build instructions
-To compile Minitube you need at least Qt 5.0. The following Qt modules are needed:
-core, gui, widgets, network, sql (using the Sqlite plugin), script, dbus.
+To compile Minitube you need at least Qt 5.0. The following Qt modules are needed: core, gui, widgets, network, sql (using the Sqlite plugin), declarative, dbus.
 
 To be able to build on a Debian (or derivative) system:
 
-    $ sudo apt-get install build-essential qttools5-dev-tools qt5-qmake qtscript5-dev libphonon4qt5-dev libqt5sql5-sqlite qt5-default
+    $ sudo apt-get install build-essential qttools5-dev-tools qt5-qmake  qtdeclarative5-dev libphonon4qt5-dev libqt5sql5-sqlite qt5-default
 
 Compiling: