Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #6702 from pierreloicq/patch-2
talking about "ninja qgis"
  • Loading branch information
m-kuhn committed May 7, 2018
2 parents f4ec9e2 + 9354085 commit b9884c2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/linux.t2t
Expand Up @@ -206,6 +206,11 @@ Build and install with ninja:
ninja (uses all cores by default; also supports the above described -jX option)
ninja install
```
You can build just the targets you need using, for example :
```
ninja qgis
ninja pycore
```

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

0 comments on commit b9884c2

Please sign in to comment.