Merge pull request #4145

7a4052f readme: tweak build instructions (Botspot)
This commit is contained in:
luigi1111 2023-08-17 10:30:07 -05:00
commit f5e016930b
No known key found for this signature in database
GPG key ID: F4ACA0183641E010

View file

@ -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`