Options to speed up build and launch QGIS

This commit is contained in:
Harrissou Sant-anna 2016-12-15 10:44:15 +01:00 committed by Matthias Kuhn
parent 0c894d78fc
commit 6f87532ac7

View File

@ -132,11 +132,23 @@ interactive dialog.
Now on with the build:
```
make
make install
make -jX
```
It may take a little while to build depending on your platform.
where X is the number of available cores. Without the -j option
it may take a little while to build depending on your platform.
Then you can directly run from the build directory:
```
./output/bin/qgis
```
Another option is to install to your system:
```
make install
```
After that you can try to run QGIS: