From e0a6468241da93bae683cd8504513a3b8f06c41e Mon Sep 17 00:00:00 2001 From: "crypto.sowle" Date: Thu, 3 Jun 2021 16:21:00 +0300 Subject: [PATCH] readme: more fixes --- README.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0ef375ea..be80f313 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,12 @@ Be sure to clone the repository properly:\ | [Boost](https://www.boost.org/users/download/) | 1.56 | 1.68 | 1.69 | | [Qt](https://download.qt.io/archive/qt/) (*only for GUI*) | 5.8.0 | 5.11.2 | 5.13.2 | +Note:\ +[*server version*] denotes steps required for building command-line tools (daemon, simplewallet, etc.).\ +[*GUI version*] denotes steps required for building Zano executable with GUI. + +
+ ### Linux Recommended OS version: Ubuntu 18.04 LTS. @@ -87,6 +93,7 @@ For instance, by adding the following lines to `~/.bashrc` 7. Look for the binaries in `build` folder +
### Windows Recommended OS version: Windows 7 x64. @@ -97,10 +104,13 @@ Recommended OS version: Windows 7 x64. 5. Build. In order to correctly deploy Qt GUI application, you also need to do the following: -6. Copy Zano.exe to a folder (e.g. `depoy`). -7. Run `PATH_TO_QT\bin\windeployqt.exe deploy/Zano.exe`. -8. Copy folder `\src\gui\qt-daemon\html` to `deploy\html`. +6. Copy Zano.exe to a folder (e.g. `depoy`). +7. Run `PATH_TO_QT\bin\windeployqt.exe deploy\Zano.exe`. +8. Copy folder `\src\gui\qt-daemon\html` to `deploy\html`. +9. Now you can run `Zano.exe` + +
### macOS Recommended OS version: macOS Sierra 10.15.4 x64.