aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorferretinjapan <ferretinjapan@gmail.com>2016-08-22 04:33:26 +0930
committerGitHub <noreply@github.com>2016-08-22 04:33:26 +0930
commit23c4c9550f10c438c6f3719c6872012cb6898726 (patch)
tree50616c149c87f77efd3a67679afeb22e98ce18d6 /README.md
parent57ad0927085df2a9ffe7d59174bb9baf9b36430c (diff)
downloadmonzero-gui-23c4c9550f10c438c6f3719c6872012cb6898726.tar.gz
monzero-gui-23c4c9550f10c438c6f3719c6872012cb6898726.tar.xz
monzero-gui-23c4c9550f10c438c6f3719c6872012cb6898726.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7546a521..29f6df9c 100644
--- a/README.md
+++ b/README.md
@@ -74,7 +74,7 @@ Process: TODO
### On Linux:
-(Tested on Ubuntu 16.04 i386)
+(Tested on Ubuntu 16.04 i386 and Linux Mint 18 "Sarah" - Cinnamon (64-bit))
1. Install Bitmonero dependencies.
@@ -94,8 +94,14 @@ Process: TODO
5. Install the GUI dependencies.
+ a) For Ubuntu 16.04 i386
+
`sudo apt-get install qtbase5-dev qt5-default qtdeclarative5-dev qml-module-qtquick-controls qml-module-qtquick-xmllistmodel qttools5-dev-tools qml-module-qtquick-dialogs`
+ b) For Linux Mint 18 "Sarah" - Cinnamon (64-bit)
+
+`sudo apt install qml-module-qt-labs-settings qml-module-qtgraphicaleffects`
+
6. Build the GUI.
`qmake`