Skip to content

Commit bbc3f3d

Browse files
author
timlinux
committed
Minor updates to install doc
git-svn-id: http://svn.osgeo.org/qgis/trunk@9791 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 10fc52c commit bbc3f3d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

INSTALL

+5-5
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ Please visit http://qgis.org for information on joining our mailing lists
137137
and getting involved in the project further.
138138

139139
/!\ *Note to document writers:* Please use this document as the central
140-
place for describing build procefures. Please do not remove this notice.
140+
place for describing build procedures. Please do not remove this notice.
141141

142142
/!\ *Note:* This is a 'cut and paste' tutorial - in most cases you can
143143
simply copy the commands listed in codeblocks that look like this:
@@ -150,8 +150,8 @@ simply copy the commands listed in codeblocks that look like this:
150150
2. General Build Notes
151151
======================
152152

153-
At version 0.8.1 QGIS no longer uses the autotools for building. QGIS, like a
154-
number of major projects (eg. KDE 4.0), now uses cmake (http://www.cmake.org)
153+
Since version 0.8.1 QGIS no longer uses the autotools for building. QGIS, like a
154+
number of major projects (eg. KDE 4.0), now uses CMake (http://www.cmake.org)
155155
for building from source. The configure script in this directory simply checks
156156
for the existence of cmake and provides some clues to build QGIS.
157157

@@ -784,7 +784,7 @@ I suggest you press 'p' to accept the key permanently.
784784
========================
785785

786786
CMake supports out of source build so we will create a 'build' dir for the
787-
build process . By convention I build my software into a dir called 'apps' in
787+
build process. By convention I build my software into a dir called 'apps' in
788788
my home directory. If you have the correct permissions you may want to build
789789
straight into your /Applications folder. The instructions below assume you are
790790
building into a pre-existing ${HOME}/apps directory ...
@@ -1108,7 +1108,7 @@ The QGIS packages will be created with:
11081108
you can install them using apt-get and re-run the command.
11091109

11101110
/!\ *Note:* If you have libqgis1-dev installed, you need to remove it first
1111-
using dpkg -r libqgis1-dev. Otherwise dpkg-buildpackage will complain about at
1111+
using dpkg -r libqgis1-dev. Otherwise dpkg-buildpackage will complain about a
11121112
build conflict.
11131113

11141114
The the packages are created in the parent directory (ie. one level up).

0 commit comments

Comments
 (0)