[QGIS Commit] r15118 - in trunk/qgis: . doc

svn_qgis at osgeo.org svn_qgis at osgeo.org
Tue Feb 1 15:05:10 EST 2011


Author: jef
Date: 2011-02-01 12:05:10 -0800 (Tue, 01 Feb 2011)
New Revision: 15118

Modified:
   trunk/qgis/INSTALL
   trunk/qgis/doc/INSTALL.t2t
   trunk/qgis/doc/linux.t2t
Log:
INSTALL fix

Modified: trunk/qgis/INSTALL
===================================================================
--- trunk/qgis/INSTALL	2011-02-01 19:43:35 UTC (rev 15117)
+++ trunk/qgis/INSTALL	2011-02-01 20:05:10 UTC (rev 15118)
@@ -1,8 +1,8 @@
 Quantum GIS (QGIS)
 Building QGIS from source - step by step
 
-Last update: 20101120
-Last change: 20101114
+Last update: 20110201
+Last change: 20110201
 
   1. Introduction
   2. Overview
@@ -15,8 +15,7 @@
     3.6. Check out the QGIS Source Code
     3.7. Starting the compile
     3.8. Building Debian packages
-    3.9. Running QGIS
-    3.10. A practical case: Building QGIS and GRASS from source on Ubuntu with ECW and MrSID formats support
+    3.9. A practical case: Building QGIS and GRASS from source on Ubuntu with ECW and MrSID formats support
   4. Building on Windows
     4.1. Building with Microsoft Visual Studio
     4.2. Building using MinGW
@@ -259,7 +258,7 @@
 
 
   cd ${HOME}/dev/cpp 
-  svn co --username <yourusername> https://svn.osgeo.org/qgis/trunk/qgis qgis 
+  svn co --username <yourusername> https://svn.osgeo.org/qgis/trunk/qgis qgis
 
 
 The first time you check out the source you will be prompted to accept the
@@ -320,7 +319,16 @@
 
 It may take a little while to build depending on your platform.
 
+After that you can try to run QGIS:
 
+
+  $HOME/apps/bin/qgis
+
+
+If all has worked properly the QGIS application should start up and appear
+on your screen.
+
+
   3.8. Building Debian packages
   =============================
 
@@ -361,30 +369,17 @@
 
 
 
-  3.9. Running QGIS
-  =================
+  3.9. A practical case: Building QGIS and GRASS from source on Ubuntu with ECW and MrSID formats support
+  =======================================================================================================
 
-Now you can try to run QGIS:
-
-
-  $HOME/apps/bin/qgis 
-
-
-If all has worked properly the QGIS application should start up and appear
-on your screen.
-
-
-  3.10. A practical case: Building QGIS and GRASS from source on Ubuntu with ECW and MrSID formats support
-  ========================================================================================================
-
 The following procedure has been tested on Ubuntu 8.04, 8.10 and 9.04 32bit. If you want 
 to use different versions of the software (gdal, grass, qgis), just make the 
 necessary adjustments to the following code. This guide assumes that you don't have 
 installed any previous version of gdal, grass and qgis.
 
 
-    3.10.1. Step 1: install base packages
-    =====================================
+    3.9.1. Step 1: install base packages
+    ====================================
 
 First you need to install the necessary packages required to download the source 
 code and compile it. Open the terminal and issue the following command:
@@ -394,8 +389,8 @@
 
 
 
-    3.10.2. Step 2: compile and install the ecw libraries
-    =====================================================
+    3.9.2. Step 2: compile and install the ecw libraries
+    ====================================================
 
 Go to the ERDAS web site http://www.erdas.com/ and follow the links
 "'''products --> ECW JPEG2000 Codec SDK --> downloads'''" 
@@ -435,8 +430,8 @@
 
 
 
-    3.10.3. Step 3: download the MrSID binaries
-    ===========================================
+    3.9.3. Step 3: download the MrSID binaries
+    ==========================================
 
 Go to the LIZARDTECH web site http://www.lizardtech.com/ and follow the links
 "'''download --> Developer SDKs'''", 
@@ -446,8 +441,8 @@
 Uncompress the downloaded file. The resulting directory name should be similar to "Geo_DSDK-7.0.0.2167"
 
 
-    3.10.4. Step 4: compile and install the gdal libraries
-    ======================================================
+    3.9.4. Step 4: compile and install the gdal libraries
+    =====================================================
 
 Download the latest gdal source code
 
@@ -523,8 +518,8 @@
 
 
 
-    3.10.5. Step 5: compile and install GRASS
-    =========================================
+    3.9.5. Step 5: compile and install GRASS
+    ========================================
 
 Before downloading and compile GRASS source code you need to install a few
 other libraries and programs. We can do this trough apt
@@ -577,8 +572,8 @@
 
 
 
-    3.10.6. Step 6: compile and install QGIS
-    ========================================
+    3.9.6. Step 6: compile and install QGIS
+    =======================================
 
 As for GRASS you can obtain the QGIS source code from different sources,
 for instance from svn or just by downloading one of the source code arquives available

Modified: trunk/qgis/doc/INSTALL.t2t
===================================================================
--- trunk/qgis/doc/INSTALL.t2t	2011-02-01 19:43:35 UTC (rev 15117)
+++ trunk/qgis/doc/INSTALL.t2t	2011-02-01 20:05:10 UTC (rev 15118)
@@ -15,7 +15,7 @@
 % These are comments and will not be generated in any output
 % -------------------
 
-%This document is in text2tags format. You can generate html, plain text and
+%This document is in txt2tags format. You can generate html, plain text and
 %moinmoin formatted documentation by running txt2tags on this document. See the
 %txt2tags home page for more details.  Please insert manual line breaks in this
 %document as it makes diffing for changes much easier. To do this in vim 

Modified: trunk/qgis/doc/linux.t2t
===================================================================
--- trunk/qgis/doc/linux.t2t	2011-02-01 19:43:35 UTC (rev 15117)
+++ trunk/qgis/doc/linux.t2t	2011-02-01 20:05:10 UTC (rev 15118)
@@ -139,7 +139,7 @@
 
 ``` 
 cd ${HOME}/dev/cpp 
-svn co --username <yourusername> https://svn.osgeo.org/qgis/trunk/qgis qgis 
+svn co --username <yourusername> https://svn.osgeo.org/qgis/trunk/qgis qgis
 ```
 
 The first time you check out the source you will be prompted to accept the
@@ -198,6 +198,16 @@
 
 It may take a little while to build depending on your platform.
 
+After that you can try to run QGIS:
+
+``` 
+$HOME/apps/bin/qgis
+```
+
+If all has worked properly the QGIS application should start up and appear
+on your screen.
+
+
 == Building Debian packages ==
 
 Instead of creating a personal installation as in the previous step you can
@@ -236,18 +246,7 @@
 sudo debi
 ```
 
-== Running QGIS ==
 
-Now you can try to run QGIS:
-
-``` 
-$HOME/apps/bin/qgis 
-```
-
-If all has worked properly the QGIS application should start up and appear
-on your screen.
-
-
 == A practical case: Building QGIS and GRASS from source on Ubuntu with ECW and MrSID formats support ==
 
 The following procedure has been tested on Ubuntu 8.04, 8.10 and 9.04 32bit. If you want 



More information about the QGIS-commit mailing list