Index: doc/INSTALL.t2t =================================================================== --- doc/INSTALL.t2t (revision 13746) +++ doc/INSTALL.t2t (working copy) @@ -91,28 +91,28 @@ == An overview of the dependencies required for building == -'''Required build deps:''' -* CMake >= 2.6.0 -* Flex, Bison +**Required build deps:** +- CMake >= 2.6.0 +- Flex, Bison -'''Required runtime deps:''' -* Qt >= 4.4.0 -* Proj >= 4.4.x -* GEOS >= 3.0 -* Sqlite3 >= 3.0.0 -* GDAL/OGR >= 1.4.x +**Required runtime deps:** +- Qt >= 4.4.0 +- Proj >= 4.4.x +- GEOS >= 3.0 +- Sqlite3 >= 3.0.0 +- GDAL/OGR >= 1.4.x -'''Optional dependencies:''' -* for GRASS plugin - GRASS >= 6.0.0 (libraries compiled with exceptions support) -* for georeferencer - GSL >= 1.8 -* for postgis support and SPIT plugin - PostgreSQL >= 8.0.x -* for gps plugin - expat >= 1.95 -* for mapserver export and PyQGIS - Python >= 2.3 (2.5+ preferred) -* for PyQGIS - SIP >= 4.8, PyQt >= must match Qt version -* for GPS tracking - Qwt >= 5.0 +**Optional dependencies:** +- for GRASS plugin - GRASS >= 6.0.0 (libraries compiled with exceptions support) +- for georeferencer - GSL >= 1.8 +- for postgis support and SPIT plugin - PostgreSQL >= 8.0.x +- for gps plugin - expat >= 1.95 +- for mapserver export and PyQGIS - Python >= 2.3 (2.5+ preferred) +- for PyQGIS - SIP >= 4.8, PyQt >= must match Qt version +- for GPS tracking - Qwt >= 5.0 -'''Recommended runtime deps:''' -* for gps plugin - gpsbabel +**Recommended runtime deps:** +- for gps plugin - gpsbabel Index: INSTALL =================================================================== --- INSTALL (revision 13746) +++ INSTALL (working copy) @@ -175,30 +175,31 @@ 2.1. An overview of the dependencies required for building ========================================================== -'''Required build deps:''' -* CMake >= 2.6.0 -* Flex, Bison +Required build deps: -'''Required runtime deps:''' -* Qt >= 4.4.0 -* Proj >= 4.4.x -* GEOS >= 3.0 -* Sqlite3 >= 3.0.0 -* GDAL/OGR >= 1.4.x +- CMake >= 2.6.0 +- Flex, Bison -'''Optional dependencies:''' -* for GRASS plugin - GRASS >= 6.0.0 (libraries compiled with exceptions support) -* for georeferencer - GSL >= 1.8 -* for postgis support and SPIT plugin - PostgreSQL >= 8.0.x -* for gps plugin - expat >= 1.95 -* for mapserver export and PyQGIS - Python >= 2.3 (2.5+ preferred) -* for PyQGIS - SIP >= 4.8, PyQt >= must match Qt version -* for GPS tracking - Qwt >= 5.0 +Required runtime deps: +- Qt >= 4.4.0 +- Proj >= 4.4.x +- GEOS >= 3.0 +- Sqlite3 >= 3.0.0 +- GDAL/OGR >= 1.4.x -'''Recommended runtime deps:''' -* for gps plugin - gpsbabel +Optional dependencies: +- for GRASS plugin - GRASS >= 6.0.0 (libraries compiled with exceptions support) +- for georeferencer - GSL >= 1.8 +- for postgis support and SPIT plugin - PostgreSQL >= 8.0.x +- for gps plugin - expat >= 1.95 +- for mapserver export and PyQGIS - Python >= 2.3 (2.5+ preferred) +- for PyQGIS - SIP >= 4.8, PyQt >= must match Qt version +- for GPS tracking - Qwt >= 5.0 +Recommended runtime deps: +- for gps plugin - gpsbabel + 3. Building under windows using msys ==================================== @@ -2078,7 +2079,7 @@ Create a 'Build' directory in the top level QGIS directory. This will be where all the build output will be generated. -Run Start>All Programs>CMake-->CMake. +Run Start-->All Programs-->CMake-->CMake. In the 'Where is the source code:' box, browse to the top level QGIS directory.