@@ -2,8 +2,8 @@ Quantum GIS (QGIS)
2
2
Building QGIS from source - step by step
3
3
4
4
5
- Last update: 20110426
6
- Last change: 20110404
5
+ Last update: 20110504
6
+ Last change: 20110502
7
7
8
8
9
9
1. Introduction
@@ -140,7 +140,7 @@ The packages qgis depends on to build are available in the "universe" component
140
140
of Ubuntu. This is not activated by default, so you need to activate it:
141
141
142
142
1. Edit your /etc/apt/sources.list file.
143
- 2. Uncomment the all the lines starting with "deb"
143
+ 2. Uncomment all the lines starting with "deb"
144
144
145
145
Also you will need to be running (K)Ubuntu 'edgy' or higher in order for
146
146
all dependencies to be met.
@@ -150,6 +150,7 @@ Now update your local sources database:
150
150
sudo apt-get update
151
151
152
152
153
+
153
154
3.3. Install build dependencies
154
155
===============================
155
156
@@ -166,9 +167,9 @@ Now update your local sources database:
166
167
/!\ A Special Note: If you are following this set of instructions on
167
168
a system where you already have Qt3 development tools installed, there will
168
169
be a conflict between Qt3 tools and Qt4 tools. For example, qmake will
169
- point to the Qt3 version not the Qt4. Ubuntu Qt4 and Qt3 packages are
170
- designed to live alongside each other. This means that for example if you
171
- have them both installed you will have three qmake exe's:
170
+ point to the Qt3 version, not the Qt4. Ubuntu Qt4 and Qt3 packages are
171
+ designed to live alongside each other. This means that, for example, if you
172
+ have them both installed, you will have three qmake exe's:
172
173
173
174
/usr/bin/qmake -> /etc/alternatives/qmake
174
175
/usr/bin/qmake-qt3
@@ -227,7 +228,7 @@ This directory path will be assumed for all instructions that follow.
227
228
===================================
228
229
229
230
There are two ways the source can be checked out. Use the anonymous method
230
- if you do not have edit privaleges for the QGIS source repository, or use
231
+ if you do not have edit privileges for the QGIS source repository, or use
231
232
the developer checkout if you have permissions to commit source code
232
233
changes.
233
234
0 commit comments