mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Added note for generating LaTeX sources
git-svn-id: http://svn.osgeo.org/qgis/branches/Version-1_0@9816 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
c3d8756b8f
commit
9e778ed0f6
@ -26,6 +26,8 @@ Developers guide for QGIS
|
||||
% txt2tags -t moin CODING.moin CODING.t2t
|
||||
% To generate the html version of this document
|
||||
% txt2tags -t html CODING.html CODING.t2t
|
||||
% To generate LaTeX version of this document do:
|
||||
% txt2tags -t tex -o CODING.tex CODING.t2t
|
||||
%
|
||||
% End of comments
|
||||
% -------------------
|
||||
|
@ -17,15 +17,17 @@ Building QGIS from source - step by step
|
||||
%txt2tags home page for more details. Please insert manual line breaks in this
|
||||
%document as it makes diffing for changes much easier. To do this in vim
|
||||
%automatically, select a section then issue (gq) command. Please dont
|
||||
%apply vim formatting to the whol document as it screws up some formatting
|
||||
%apply vim formatting to the whole document as it screws up some formatting
|
||||
%rather apply it selectively to paragraphs where needed.
|
||||
|
||||
% To generate the text version of this document:
|
||||
% txt2tags -t txt -o INSTALL INSTALL.t2t
|
||||
% To generate the moinmoin version of this document
|
||||
% txt2tags -t moin INSTALL.moin INSTALL.t2t
|
||||
% txt2tags -t moin -o INSTALL.moin INSTALL.t2t
|
||||
% To generate the html version of this document
|
||||
% txt2tags -t html INSTALL.html INSTALL.t2t
|
||||
% txt2tags -t html -o INSTALL.html INSTALL.t2t
|
||||
% To generate LaTeX version of this document do:
|
||||
% txt2tags -t tex -o INSTALL.tex INSTALL.t2t
|
||||
|
||||
% End of comments
|
||||
% -------------------
|
||||
@ -75,8 +77,8 @@ somecommand to be pasted
|
||||
|
||||
= General Build Notes =
|
||||
|
||||
At version 0.8.1 QGIS no longer uses the autotools for building. QGIS, like a
|
||||
number of major projects (eg. KDE 4.0), now uses cmake (http://www.cmake.org)
|
||||
Since version 0.8.1 QGIS no longer uses the autotools for building. QGIS, like a
|
||||
number of major projects (eg. KDE 4.0), now uses CMake (http://www.cmake.org)
|
||||
for building from source. The configure script in this directory simply checks
|
||||
for the existence of cmake and provides some clues to build QGIS.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user