diff options
| author | Riccardo Spagni <ric@spagni.net> | 2017-05-05 11:42:33 +0200 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2017-05-05 11:42:33 +0200 |
| commit | 87ea145047fc9fd0b6d5f8d688678c7d126b582b (patch) | |
| tree | 6eb6ca83c1498d9e32cb30204990e1b60923ab2a | |
| parent | 310df0befaf0d281c4259befc047f18efd0681ff (diff) | |
| parent | 1c1d15821e2ff7b639ab508e764396f4c181d4ee (diff) | |
| download | monzero-gui-87ea145047fc9fd0b6d5f8d688678c7d126b582b.tar.gz monzero-gui-87ea145047fc9fd0b6d5f8d688678c7d126b582b.tar.xz monzero-gui-87ea145047fc9fd0b6d5f8d688678c7d126b582b.zip | |
Merge pull request #694
1c1d158 Fix QT instruction and remove get_libwallet_api.sh (xmr-eric)
| -rw-r--r-- | README.md | 28 |
1 files changed, 7 insertions, 21 deletions
@@ -84,12 +84,7 @@ Packaging for your favorite distribution would be a welcome contribution! `cd monero-core` -4. Use the script to compile the Monero libs necessary to run the GUI. - - `./get_libwallet_api.sh` - - -5. Install the GUI dependencies. +4. Install the GUI dependencies. - For Ubuntu 16.04 x86 @@ -119,7 +114,7 @@ Packaging for your favorite distribution would be a welcome contribution! `emerge dev-qt/qtmultimedia:5 media-gfx/zbar` -6. Build the GUI. +5. Build the GUI. - For Ubuntu and Mint @@ -129,7 +124,7 @@ Packaging for your favorite distribution would be a welcome contribution! `QT_SELECT=5 ./build.sh` -7. Run the GUI client. +6. Run the GUI client. `./build/release/bin/monero-wallet-gui` @@ -153,16 +148,11 @@ Packaging for your favorite distribution would be a welcome contribution! `brew link --force --overwrite qt5` -4. Install latest Qt using official installer from [qt.io](https://www.qt.io/download-open-source/) (homebrew version might be outdated). -5. Add Qt bin dir to your path (check first if directory exists; 5.8 is the current version) - - `export PATH=$PATH:$HOME/Qt/5.8/clang_64/bin` +5. Add the Qt bin directory to your path -5. Add Qt bin dir to your path. Example: + Example: `export PATH=$PATH:$HOME/Qt/5.8/clang_64/bin` - `export PATH=$PATH:/usr/local/opt/qt5/bin` - - make sure this is where Qt 5.x is installed on **your** system eg `$HOME/Qt/5.8/clang_64/bin` if you downloaded from qt.io. + This is the directory where Qt 5.x is installed on **your** system 6. Grab an up-to-date copy of the monero-core repository. @@ -172,11 +162,7 @@ Packaging for your favorite distribution would be a welcome contribution! `cd monero-core` -8. Build libwallet - - `./get_libwallet_api.sh` - -9. Start the build: +8. Start the build: `./build.sh` |
