mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
Regenerated from sources
git-svn-id: http://svn.osgeo.org/qgis/trunk@10720 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
ed816a8f40
commit
fd5aea9b10
@ -8,6 +8,8 @@ Building QGIS from source - step by step
|
|||||||
%! preproc : TUT_URL https://qgis.org
|
%! preproc : TUT_URL https://qgis.org
|
||||||
%! PostProc(html): '(?i)(<pre>)' '<div class="code">\1'
|
%! PostProc(html): '(?i)(<pre>)' '<div class="code">\1'
|
||||||
%! PostProc(html): '(?i)(</pre>)' '\1</div>'
|
%! PostProc(html): '(?i)(</pre>)' '\1</div>'
|
||||||
|
% Next line will replace tabs with 2 spaces in txt generated outputs
|
||||||
|
%! PostProc(txt): '(?i)(\t)' ' '
|
||||||
%! encoding: iso-8859-1
|
%! encoding: iso-8859-1
|
||||||
% These are comments and will not be generated in any output
|
% These are comments and will not be generated in any output
|
||||||
% -------------------
|
% -------------------
|
||||||
@ -64,6 +66,11 @@ and getting involved in the project further.
|
|||||||
/!\ ***Note to document writers:*** Please use this document as the central
|
/!\ ***Note to document writers:*** Please use this document as the central
|
||||||
place for describing build procedures. Please do not remove this notice.
|
place for describing build procedures. Please do not remove this notice.
|
||||||
|
|
||||||
|
/!\ ***Note to document writers:*** This documented is generated from
|
||||||
|
doc/INSTALL.t2t - if you need to edit this document, be sure to edit that
|
||||||
|
file rather than the generated INSTALL document found in the root of the
|
||||||
|
source directory.
|
||||||
|
|
||||||
/!\ ***Note:*** This is a 'cut and paste' tutorial - in most cases you can
|
/!\ ***Note:*** This is a 'cut and paste' tutorial - in most cases you can
|
||||||
simply copy the commands listed in codeblocks that look like this:
|
simply copy the commands listed in codeblocks that look like this:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user