@@ -60,7 +60,7 @@ Please visit http://qgis.org for information on joining our mailing lists
60
60
and getting involved in the project further.
61
61
62
62
/!\ ***Note to document writers:*** Please use this document as the central
63
- place for describing build procefures . Please do not remove this notice.
63
+ place for describing build procedures . Please do not remove this notice.
64
64
65
65
/!\ ***Note:*** This is a 'cut and paste' tutorial - in most cases you can
66
66
simply copy the commands listed in codeblocks that look like this:
@@ -667,7 +667,7 @@ I suggest you press 'p' to accept the key permanently.
667
667
== Configure the build ==
668
668
669
669
CMake supports out of source build so we will create a 'build' dir for the
670
- build process . By convention I build my software into a dir called 'apps' in
670
+ build process. By convention I build my software into a dir called 'apps' in
671
671
my home directory. If you have the correct permissions you may want to build
672
672
straight into your /Applications folder. The instructions below assume you are
673
673
building into a pre-existing ${HOME}/apps directory ...
@@ -974,7 +974,7 @@ dpkg-buildpackage -us -us -b
974
974
you can install them using ``apt-get`` and re-run the command.
975
975
976
976
/!\ ***Note:*** If you have ``libqgis1-dev`` installed, you need to remove it first
977
- using ``dpkg -r libqgis1-dev``. Otherwise ``dpkg-buildpackage`` will complain about at
977
+ using ``dpkg -r libqgis1-dev``. Otherwise ``dpkg-buildpackage`` will complain about a
978
978
build conflict.
979
979
980
980
The the packages are created in the parent directory (ie. one level up).
0 commit comments