Skip to content

Commit 758fa49

Browse files
committedMay 4, 2011
fixed minor errors in install documentation
1 parent fb01318 commit 758fa49

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
lines changed
 

‎INSTALL

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ Quantum GIS (QGIS)
22
Building QGIS from source - step by step
33

44

5-
Last update: 20110426
6-
Last change: 20110404
5+
Last update: 20110504
6+
Last change: 20110502
77

88

99
1. Introduction
@@ -140,7 +140,7 @@ The packages qgis depends on to build are available in the "universe" component
140140
of Ubuntu. This is not activated by default, so you need to activate it:
141141

142142
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"
144144

145145
Also you will need to be running (K)Ubuntu 'edgy' or higher in order for
146146
all dependencies to be met.
@@ -150,6 +150,7 @@ Now update your local sources database:
150150
sudo apt-get update
151151

152152

153+
153154
3.3. Install build dependencies
154155
===============================
155156

@@ -166,9 +167,9 @@ Now update your local sources database:
166167
/!\ A Special Note: If you are following this set of instructions on
167168
a system where you already have Qt3 development tools installed, there will
168169
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:
172173

173174
/usr/bin/qmake -> /etc/alternatives/qmake
174175
/usr/bin/qmake-qt3
@@ -227,7 +228,7 @@ This directory path will be assumed for all instructions that follow.
227228
===================================
228229

229230
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
231232
the developer checkout if you have permissions to commit source code
232233
changes.
233234

‎doc/linux.t2t

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ easiest option to compile and install QGIS.
2828
The packages qgis depends on to build are available in the "universe" component
2929
of Ubuntu. This is not activated by default, so you need to activate it:
3030

31-
1. Edit your /etc/apt/sources.list file.
32-
2. Uncomment the all the lines starting with "deb"
31+
+ Edit your /etc/apt/sources.list file.
32+
+ Uncomment all the lines starting with "deb"
3333

3434
Also you will need to be running (K)Ubuntu 'edgy' or higher in order for
3535
all dependencies to be met.
@@ -56,9 +56,9 @@ sudo apt-get update
5656
/!\ **A Special Note:** If you are following this set of instructions on
5757
a system where you already have Qt3 development tools installed, there will
5858
be a conflict between Qt3 tools and Qt4 tools. For example, qmake will
59-
point to the Qt3 version not the Qt4. Ubuntu Qt4 and Qt3 packages are
60-
designed to live alongside each other. This means that for example if you
61-
have them both installed you will have three qmake exe's:
59+
point to the Qt3 version, not the Qt4. Ubuntu Qt4 and Qt3 packages are
60+
designed to live alongside each other. This means that, for example, if you
61+
have them both installed, you will have three qmake exe's:
6262

6363
```
6464
/usr/bin/qmake -> /etc/alternatives/qmake
@@ -121,7 +121,7 @@ This directory path will be assumed for all instructions that follow.
121121
== Check out the QGIS Source Code ==
122122

123123
There are two ways the source can be checked out. Use the anonymous method
124-
if you do not have edit privaleges for the QGIS source repository, or use
124+
if you do not have edit privileges for the QGIS source repository, or use
125125
the developer checkout if you have permissions to commit source code
126126
changes.
127127

0 commit comments

Comments
 (0)
Please sign in to comment.