From 758fa49c0fc361e8b1824ca8a1aa6652f25a189b Mon Sep 17 00:00:00 2001 From: Rudi Thiede Date: Wed, 4 May 2011 10:47:58 +0200 Subject: [PATCH] fixed minor errors in install documentation --- INSTALL | 15 ++++++++------- doc/linux.t2t | 12 ++++++------ 2 files changed, 14 insertions(+), 13 deletions(-) diff --git a/INSTALL b/INSTALL index 7a3bcacfc9c..1668076e967 100644 --- a/INSTALL +++ b/INSTALL @@ -2,8 +2,8 @@ Quantum GIS (QGIS) Building QGIS from source - step by step -Last update: 20110426 -Last change: 20110404 +Last update: 20110504 +Last change: 20110502 1. Introduction @@ -140,7 +140,7 @@ The packages qgis depends on to build are available in the "universe" component of Ubuntu. This is not activated by default, so you need to activate it: 1. Edit your /etc/apt/sources.list file. -2. Uncomment the all the lines starting with "deb" +2. Uncomment all the lines starting with "deb" Also you will need to be running (K)Ubuntu 'edgy' or higher in order for all dependencies to be met. @@ -150,6 +150,7 @@ Now update your local sources database: sudo apt-get update + 3.3. Install build dependencies =============================== @@ -166,9 +167,9 @@ Now update your local sources database: /!\ A Special Note: If you are following this set of instructions on a system where you already have Qt3 development tools installed, there will be a conflict between Qt3 tools and Qt4 tools. For example, qmake will -point to the Qt3 version not the Qt4. Ubuntu Qt4 and Qt3 packages are -designed to live alongside each other. This means that for example if you -have them both installed you will have three qmake exe's: +point to the Qt3 version, not the Qt4. Ubuntu Qt4 and Qt3 packages are +designed to live alongside each other. This means that, for example, if you +have them both installed, you will have three qmake exe's: /usr/bin/qmake -> /etc/alternatives/qmake /usr/bin/qmake-qt3 @@ -227,7 +228,7 @@ This directory path will be assumed for all instructions that follow. =================================== There are two ways the source can be checked out. Use the anonymous method -if you do not have edit privaleges for the QGIS source repository, or use +if you do not have edit privileges for the QGIS source repository, or use the developer checkout if you have permissions to commit source code changes. diff --git a/doc/linux.t2t b/doc/linux.t2t index 4f05227f719..54ebdeaeeee 100644 --- a/doc/linux.t2t +++ b/doc/linux.t2t @@ -28,8 +28,8 @@ easiest option to compile and install QGIS. The packages qgis depends on to build are available in the "universe" component of Ubuntu. This is not activated by default, so you need to activate it: -1. Edit your /etc/apt/sources.list file. -2. Uncomment the all the lines starting with "deb" ++ Edit your /etc/apt/sources.list file. ++ Uncomment all the lines starting with "deb" Also you will need to be running (K)Ubuntu 'edgy' or higher in order for all dependencies to be met. @@ -56,9 +56,9 @@ sudo apt-get update /!\ **A Special Note:** If you are following this set of instructions on a system where you already have Qt3 development tools installed, there will be a conflict between Qt3 tools and Qt4 tools. For example, qmake will -point to the Qt3 version not the Qt4. Ubuntu Qt4 and Qt3 packages are -designed to live alongside each other. This means that for example if you -have them both installed you will have three qmake exe's: +point to the Qt3 version, not the Qt4. Ubuntu Qt4 and Qt3 packages are +designed to live alongside each other. This means that, for example, if you +have them both installed, you will have three qmake exe's: ``` /usr/bin/qmake -> /etc/alternatives/qmake @@ -121,7 +121,7 @@ This directory path will be assumed for all instructions that follow. == Check out the QGIS Source Code == There are two ways the source can be checked out. Use the anonymous method -if you do not have edit privaleges for the QGIS source repository, or use +if you do not have edit privileges for the QGIS source repository, or use the developer checkout if you have permissions to commit source code changes.