From eb6a41556df5692d6d5fe6a8f041a76d1cf82ad5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Sch=C3=A4fer?= <j@nschaefer.net>
Date: Tue, 6 Dec 2016 04:11:50 +0100
Subject: [PATCH 1/2] Updated install of needed packages for Ubuntu 16.10

---
 README.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/README.md b/README.md
index 53ced31..66d1c46 100644
--- a/README.md
+++ b/README.md
@@ -56,6 +56,12 @@ Make sure to install these first.
 
 ---
 
+**Ubuntu 16.10**
+
+    sudo apt-get install build-essential qmlscene qt5-qmake qt5-default qtdeclarative5-dev qml-module-qtquick-controls:i386 qml-module-qtquick-controls qtdeclarative5-qtquick2-plugin libqt5qml-graphicaleffects qml-module-qtquick-dialogs:i386 qml-module-qtquick-dialogs qtdeclarative5-localstorage-plugin qtdeclarative5-window-plugin
+
+---
+
 **Debian Jessie**
 
     sudo apt-get install build-essential qmlscene qt5-qmake qt5-default qtdeclarative5-dev qml-module-qtquick-controls qml-module-qtgraphicaleffects qml-module-qtquick-dialogs qml-module-qtquick-localstorage qml-module-qtquick-window2

From 24dad37da76b775727f9259fa20c063a6fc395fe Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Sch=C3=A4fer?= <j@nschaefer.net>
Date: Tue, 6 Dec 2016 04:44:47 +0100
Subject: [PATCH 2/2] Removed duplicated packages from Ubuntu 16.10

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 66d1c46..72a0eed 100644
--- a/README.md
+++ b/README.md
@@ -58,7 +58,7 @@ Make sure to install these first.
 
 **Ubuntu 16.10**
 
-    sudo apt-get install build-essential qmlscene qt5-qmake qt5-default qtdeclarative5-dev qml-module-qtquick-controls:i386 qml-module-qtquick-controls qtdeclarative5-qtquick2-plugin libqt5qml-graphicaleffects qml-module-qtquick-dialogs:i386 qml-module-qtquick-dialogs qtdeclarative5-localstorage-plugin qtdeclarative5-window-plugin
+    sudo apt-get install build-essential qmlscene qt5-qmake qt5-default qtdeclarative5-dev qml-module-qtquick-controls qtdeclarative5-qtquick2-plugin libqt5qml-graphicaleffects qml-module-qtquick-dialogs qtdeclarative5-localstorage-plugin qtdeclarative5-window-plugin
 
 ---