File tree Expand file tree Collapse file tree 3 files changed +819
-779
lines changed Expand file tree Collapse file tree 3 files changed +819
-779
lines changed Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ Building QGIS from source - step by step
8
8
%! preproc : TUT_URL https://qgis.org
9
9
%! PostProc(html): '(?i)(<pre>)' '<div class="code">\1'
10
10
%! PostProc(html): '(?i)(</pre>)' '\1</div>'
11
+ % Next line will replace tabs with 2 spaces in txt generated outputs
12
+ %! PostProc(txt): '(?i)(\t)' ' '
11
13
%! encoding: iso-8859-1
12
14
% These are comments and will not be generated in any output
13
15
% -------------------
@@ -64,6 +66,11 @@ and getting involved in the project further.
64
66
/!\ ***Note to document writers:*** Please use this document as the central
65
67
place for describing build procedures. Please do not remove this notice.
66
68
69
+ /!\ ***Note to document writers:*** This documented is generated from
70
+ doc/INSTALL.t2t - if you need to edit this document, be sure to edit that
71
+ file rather than the generated INSTALL document found in the root of the
72
+ source directory.
73
+
67
74
/!\ ***Note:*** This is a 'cut and paste' tutorial - in most cases you can
68
75
simply copy the commands listed in codeblocks that look like this:
69
76
You can’t perform that action at this time.
0 commit comments