mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
Options to speed up build and launch QGIS
This commit is contained in:
parent
0c894d78fc
commit
6f87532ac7
@ -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:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user