diff options
| author | Timo Uhlmann <timouhlmann@gmail.com> | 2017-03-11 19:35:27 +0100 |
|---|---|---|
| committer | Timo Uhlmann <timouhlmann@gmail.com> | 2017-03-11 19:35:27 +0100 |
| commit | 5cf84ff1f5b034c3720e80d0eb037719602d7a12 (patch) | |
| tree | 413caf139b9168a4d43e9d08382e50d079344669 | |
| parent | b757cc28b8055c7811769c80fcbda569a66750d7 (diff) | |
| download | monzero-gui-5cf84ff1f5b034c3720e80d0eb037719602d7a12.tar.gz monzero-gui-5cf84ff1f5b034c3720e80d0eb037719602d7a12.tar.xz monzero-gui-5cf84ff1f5b034c3720e80d0eb037719602d7a12.zip | |
Fixed linux compile instructions
| -rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -62,7 +62,7 @@ Packaging for your favorite distribution would be a welcome contribution! ### On Linux: -(Tested on Ubuntu 16.04 i386 and Linux Mint 18 "Sarah" - Cinnamon (64-bit)) +(Tested on Ubuntu 16.04 x86, 16.10 x64 and Linux Mint 18 "Sarah" - Cinnamon x64) 1. Install Monero dependencies. @@ -83,15 +83,15 @@ Packaging for your favorite distribution would be a welcome contribution! 5. Install the GUI dependencies. - - For Ubuntu 16.04 i386 + - For Ubuntu 16.04 x86 `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 libzbar-dev` - - For Ubuntu 16.04 x64 + - For Ubuntu 16.04+ x64 `sudo apt-get install qtbase5-dev qt5-default qtdeclarative5-dev qtmultimedia5-dev qml-module-qtquick-controls qml-module-qtquick-xmllistmodel qttools5-dev-tools qml-module-qtquick-dialogs qml-module-qt-labs-settings libqt5qml-graphicaleffects libzbar-dev` - - For Linux Mint 18 "Sarah" - Cinnamon (64-bit) + - For Linux Mint 18 "Sarah" - Cinnamon x64 `sudo apt install qml-module-qt-labs-settings qml-module-qtgraphicaleffects libzbar-dev` @@ -101,7 +101,7 @@ Packaging for your favorite distribution would be a welcome contribution! 7. Run the GUI client. - `./release/bin/monero-wallet-gui` + `./build/release/bin/monero-wallet-gui` ### On OS X: |
