[QGIS Commit] r8700 - docs/trunk/english_us/user_guide

svn_qgis at osgeo.org svn_qgis at osgeo.org
Tue Jul 1 01:45:22 EDT 2008


Author: taraathan
Date: 2008-07-01 01:45:22 -0400 (Tue, 01 Jul 2008)
New Revision: 8700

Modified:
   docs/trunk/english_us/user_guide/install.tex
Log:
added chapter label

Modified: docs/trunk/english_us/user_guide/install.tex
===================================================================
--- docs/trunk/english_us/user_guide/install.tex	2008-07-01 05:44:35 UTC (rev 8699)
+++ docs/trunk/english_us/user_guide/install.tex	2008-07-01 05:45:22 UTC (rev 8700)
@@ -1,4 +1,4 @@
-\section{Installation Guide}
+\section{Installation Guide}\label{label_install}
 
 The following chapters provide build and installation information for QGIS 
 Version \CURRENT. This document corresponds almost to a \LaTeX~ conversion of 
@@ -255,7 +255,7 @@
 on qgis.nsi and choose the option 'Compile NSIS Script'. 
 
 
-\section{Building on Mac OSX using frameworks and cmake (QGIS $>$ 0.8)}\label{sec:install_macosx}
+\section{Building on Mac OSX using frameworks and cmake (QGIS > 0.8)}\label{sec:install_macosx}
 In this approach I will try to avoid as much as possible building dependencies
 from source and rather use frameworks wherever possible.
 
@@ -466,7 +466,7 @@
 And add this line to the bottom before saving and quiting:
 
 \begin{verbatim}
-export PATH=/usr/local/bin:$PATH:/usr/local/pgsql/bin 
+export PATH=/usr/local/bin:$PATH:/usr/local/pgsql/bin%$ 
 \end{verbatim}
 
 /usr/local/bin needs to be first in the path so that the newer bison (that will
@@ -732,7 +732,7 @@
 development version. I suggest you do something similar:
 
 \begin{verbatim}
-mkdir -p ${HOME}/apps 
+mkdir -p ${HOME}/apps%$ 
 \end{verbatim}
 
 Now we create a build directory and run ccmake:



More information about the QGIS-commit mailing list