mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 03:59:38 +00:00
Fixed linux compile instructions
This commit is contained in:
parent
b757cc28b8
commit
5cf84ff1f5
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue