Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Removed duplicate lines from Linux install guide
- Loading branch information
Showing
with
1 addition
and
7 deletions.
-
+1
−7
doc/linux.t2t
|
@@ -204,18 +204,12 @@ 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 : |
|
|
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 |
|
|
- ninja pycore |
|
|
- |
|
|
|
|
|
|
|
|
== Building Debian packages == |
|
|
|
|
|
Instead of creating a personal installation as in the previous step you can |
|
|