aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index e9a45bd2..5cf85469 100644
--- a/README.md
+++ b/README.md
@@ -256,9 +256,18 @@ 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` enviroment variable to set a custom Qt install directory, e.g. `CMAKE_PREFIX_PATH=$HOME/Qt/5.9.7/gcc_64 make release -j4`