Skip to content
Permalink
Browse files
fix example indentation
  • Loading branch information
jef-n committed Jan 26, 2015
1 parent 098aa68 commit e5ac88f
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 9 deletions.
3 CODING
@@ -277,7 +277,8 @@ Braces should start on the line following the expression:
{
// do stuff
...
}else
}
else
{
// do something else
...
@@ -1,9 +1,9 @@
QGIS
Building QGIS from source - step by step
Tuesday December 30, 2014
Tuesday January 20, 2015


Last Updated: Tuesday December 30, 2014
Last Updated: Tuesday January 20, 2015
Last Change : Monday November 24, 2014


@@ -1689,7 +1689,7 @@ In a Terminal cd to the qgis source folder previously downloaded, then:
cd build
cmake -D CMAKE_INSTALL_PREFIX=~/Applications \
-D CMAKE_BUILD_TYPE=MINSIZEREL -D ENABLE_TESTS=FALSE \
-D WITH_INTERNAL_SPATIALITE=FALSE -D WITH_PYSPATIALITE=FALSE \
-D WITH_PYSPATIALITE=FALSE \
-D SPATIALINDEX_LIBRARY=/usr/local/lib/libspatialindex.dylib \
-D SPATIALINDEX_INCLUDE_DIR=/usr/local/include/spatialindex \
-D QWT_LIBRARY=/usr/local/qwt-6.0.2/lib/libqwt.dylib \
@@ -422,7 +422,8 @@ <H3>1.7.3. Braces</H3>
{
// do stuff
...
}else
}
else
{
// do something else
...
@@ -252,7 +252,8 @@ Braces should start on the line following the expression:
{
// do stuff
...
}else
}
else
{
// do something else
...
@@ -77,12 +77,12 @@
<DIV CLASS="header" ID="header">
<H1>QGIS</H1>
<H2>Building QGIS from source - step by step</H2>
<H3>Tuesday December 30, 2014</H3>
<H3>Tuesday January 20, 2015</H3>
</DIV>

<DIV CLASS="body" ID="body">
<P>
Last Updated: Tuesday December 30, 2014
Last Updated: Tuesday January 20, 2015
Last Change : Monday November 24, 2014
</P>
<DIV CLASS="toc">
@@ -2340,7 +2340,7 @@ <H2>5.7. Configure the build</H2>
cd build
cmake -D CMAKE_INSTALL_PREFIX=~/Applications \
-D CMAKE_BUILD_TYPE=MINSIZEREL -D ENABLE_TESTS=FALSE \
-D WITH_INTERNAL_SPATIALITE=FALSE -D WITH_PYSPATIALITE=FALSE \
-D WITH_PYSPATIALITE=FALSE \
-D SPATIALINDEX_LIBRARY=/usr/local/lib/libspatialindex.dylib \
-D SPATIALINDEX_INCLUDE_DIR=/usr/local/include/spatialindex \
-D QWT_LIBRARY=/usr/local/qwt-6.0.2/lib/libqwt.dylib \

0 comments on commit e5ac88f

Please sign in to comment.