@@ -137,7 +137,7 @@ Please visit http://qgis.org for information on joining our mailing lists
137
137
and getting involved in the project further.
138
138
139
139
/!\ *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.
141
141
142
142
/!\ *Note:* This is a 'cut and paste' tutorial - in most cases you can
143
143
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:
150
150
2. General Build Notes
151
151
======================
152
152
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)
155
155
for building from source. The configure script in this directory simply checks
156
156
for the existence of cmake and provides some clues to build QGIS.
157
157
@@ -784,7 +784,7 @@ I suggest you press 'p' to accept the key permanently.
784
784
========================
785
785
786
786
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
788
788
my home directory. If you have the correct permissions you may want to build
789
789
straight into your /Applications folder. The instructions below assume you are
790
790
building into a pre-existing ${HOME}/apps directory ...
@@ -1108,7 +1108,7 @@ The QGIS packages will be created with:
1108
1108
you can install them using apt-get and re-run the command.
1109
1109
1110
1110
/!\ *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
1112
1112
build conflict.
1113
1113
1114
1114
The the packages are created in the parent directory (ie. one level up).
0 commit comments