From 7a4052f3afa730bc9cb7850713c1c439979ff826 Mon Sep 17 00:00:00 2001 From: Botspot <54716352+Botspot@users.noreply.github.com> Date: Thu, 6 Apr 2023 02:10:50 +0200 Subject: [PATCH] readme: tweak build instructions --- README.md | 8 -------- 1 file changed, 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`