diff options
| author | selsta <selsta@sent.at> | 2025-02-24 16:09:23 +0100 |
|---|---|---|
| committer | selsta <selsta@sent.at> | 2025-02-24 16:11:04 +0100 |
| commit | 8cabe04d0fb22f6d410b40085b56b1d0c3e7c571 (patch) | |
| tree | 8db5d76d01abbcbe610e407c8769361b7992bd35 /README.md | |
| parent | 08e2eafb7cfc18fc08f4b74885fa682001f12bca (diff) | |
| download | monzero-gui-8cabe04d0fb22f6d410b40085b56b1d0c3e7c571.tar.gz monzero-gui-8cabe04d0fb22f6d410b40085b56b1d0c3e7c571.tar.xz monzero-gui-8cabe04d0fb22f6d410b40085b56b1d0c3e7c571.zip | |
README: clarify docker build process
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -142,8 +142,9 @@ Packaging for your favorite distribution would be a welcome contribution! ``` \* `<MONERO_GUI_DIR_FULL_PATH>` - absolute path to `monero-gui` directory \* `4` - number of CPU threads to use -5. Monero GUI Linux static binaries will be placed in `monero-gui/build/release/bin` directory -6. (*Optional*) Compare `monero-wallet-gui` SHA-256 hash to the one obtained from a trusted source +5. Monero GUI Linux static binary will be placed in `monero-gui/build/release/bin` directory +6. (*Note*) This process is only for building `monero-wallet-gui`, `monerod` has to be built separately according to the instructions in the `monero` repository. +7. (*Optional*) Compare `monero-wallet-gui` SHA-256 hash to the one obtained from a trusted source ``` docker run --rm -it -v <MONERO_GUI_DIR_FULL_PATH>:/monero-gui -w /monero-gui monero:build-env-linux sh -c 'shasum -a 256 /monero-gui/build/release/bin/monero-wallet-gui' ``` |
