aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2023-08-17 10:30:07 -0500
committerluigi1111 <luigi1111w@gmail.com>2023-08-17 10:30:07 -0500
commitf5e016930b28bdb5549fa44152e660a09f2c3227 (patch)
treef703857d81ee4e9411fbaa6f7620e085b2d7b952
parentac9a30554387fd89eb2f50e6b989e0cd27e500d7 (diff)
parent7a4052f3afa730bc9cb7850713c1c439979ff826 (diff)
downloadmonzero-gui-f5e016930b28bdb5549fa44152e660a09f2c3227.tar.gz
monzero-gui-f5e016930b28bdb5549fa44152e660a09f2c3227.tar.xz
monzero-gui-f5e016930b28bdb5549fa44152e660a09f2c3227.zip
Merge pull request #4145
7a4052f readme: tweak build instructions (Botspot)
-rw-r--r--README.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/README.md b/README.md
index a24e6e8f..36ca0e1e 100644
--- a/README.md
+++ b/README.md
@@ -257,18 +257,10 @@ The following instructions will fetch Qt from your distribution's repositories i
4. Build
- If on x86-64:
-
```
make release -j4
```
- If on ppc64le:
-
- ```
- make release-linux-ppc64le -j4
- ```
-
\* `4` - number of CPU threads to use
\* Add `CMAKE_PREFIX_PATH` environment variable to set a custom Qt install directory, e.g. `CMAKE_PREFIX_PATH=$HOME/Qt/5.9.7/gcc_64 make release -j4`