Skip to content

Commit b9884c2

Browse files
authored
Merge pull request #6702 from pierreloicq/patch-2
talking about "ninja qgis"
2 parents f4ec9e2 + 9354085 commit b9884c2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/linux.t2t

+5
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,11 @@ Build and install with ninja:
206206
ninja (uses all cores by default; also supports the above described -jX option)
207207
ninja install
208208
```
209+
You can build just the targets you need using, for example :
210+
```
211+
ninja qgis
212+
ninja pycore
213+
```
209214

210215
You can build just the targets you need using, for example:
211216
- ninja qgis

0 commit comments

Comments
 (0)