bug2821btw_fix.diff

fix for the "BTW" part (format correction). - fhof -, 2010-06-18 02:27 AM

Download (3.42 KB)

View differences:

doc/INSTALL.t2t (working copy)
91 91

  
92 92
== An overview of the dependencies required for building ==
93 93

  
94
'''Required build deps:'''
95
* CMake >= 2.6.0
96
* Flex, Bison
94
**Required build deps:**
95
- CMake >= 2.6.0
96
- Flex, Bison
97 97

  
98
'''Required runtime deps:'''
99
* Qt >= 4.4.0
100
* Proj >= 4.4.x
101
* GEOS >= 3.0
102
* Sqlite3 >= 3.0.0
103
* GDAL/OGR >= 1.4.x
98
**Required runtime deps:**
99
- Qt >= 4.4.0
100
- Proj >= 4.4.x
101
- GEOS >= 3.0
102
- Sqlite3 >= 3.0.0
103
- GDAL/OGR >= 1.4.x
104 104

  
105
'''Optional dependencies:'''
106
* for GRASS plugin - GRASS >= 6.0.0 (libraries compiled with exceptions support)
107
* for georeferencer - GSL >= 1.8
108
* for postgis support and SPIT plugin - PostgreSQL >= 8.0.x
109
* for gps plugin - expat >= 1.95
110
* for mapserver export and PyQGIS - Python >= 2.3 (2.5+ preferred)
111
* for PyQGIS - SIP >= 4.8, PyQt >= must match Qt version
112
* for GPS tracking - Qwt >= 5.0
105
**Optional dependencies:**
106
- for GRASS plugin - GRASS >= 6.0.0 (libraries compiled with exceptions support)
107
- for georeferencer - GSL >= 1.8
108
- for postgis support and SPIT plugin - PostgreSQL >= 8.0.x
109
- for gps plugin - expat >= 1.95
110
- for mapserver export and PyQGIS - Python >= 2.3 (2.5+ preferred)
111
- for PyQGIS - SIP >= 4.8, PyQt >= must match Qt version
112
- for GPS tracking - Qwt >= 5.0
113 113

  
114
'''Recommended runtime deps:'''
115
* for gps plugin - gpsbabel
114
**Recommended runtime deps:**
115
- for gps plugin - gpsbabel
116 116

  
117 117

  
118 118

  
INSTALL (working copy)
175 175
  2.1. An overview of the dependencies required for building
176 176
  ==========================================================
177 177

  
178
'''Required build deps:'''
179
* CMake >= 2.6.0
180
* Flex, Bison
178
Required build deps:
181 179

  
182
'''Required runtime deps:'''
183
* Qt >= 4.4.0
184
* Proj >= 4.4.x
185
* GEOS >= 3.0
186
* Sqlite3 >= 3.0.0
187
* GDAL/OGR >= 1.4.x
180
- CMake >= 2.6.0
181
- Flex, Bison
188 182

  
189
'''Optional dependencies:'''
190
* for GRASS plugin - GRASS >= 6.0.0 (libraries compiled with exceptions support)
191
* for georeferencer - GSL >= 1.8
192
* for postgis support and SPIT plugin - PostgreSQL >= 8.0.x
193
* for gps plugin - expat >= 1.95
194
* for mapserver export and PyQGIS - Python >= 2.3 (2.5+ preferred)
195
* for PyQGIS - SIP >= 4.8, PyQt >= must match Qt version
196
* for GPS tracking - Qwt >= 5.0
183
Required runtime deps:
184
- Qt >= 4.4.0
185
- Proj >= 4.4.x
186
- GEOS >= 3.0
187
- Sqlite3 >= 3.0.0
188
- GDAL/OGR >= 1.4.x
197 189

  
198
'''Recommended runtime deps:'''
199
* for gps plugin - gpsbabel
190
Optional dependencies:
191
- for GRASS plugin - GRASS >= 6.0.0 (libraries compiled with exceptions support)
192
- for georeferencer - GSL >= 1.8
193
- for postgis support and SPIT plugin - PostgreSQL >= 8.0.x
194
- for gps plugin - expat >= 1.95
195
- for mapserver export and PyQGIS - Python >= 2.3 (2.5+ preferred)
196
- for PyQGIS - SIP >= 4.8, PyQt >= must match Qt version
197
- for GPS tracking - Qwt >= 5.0
200 198

  
199
Recommended runtime deps:
200
- for gps plugin - gpsbabel
201 201

  
202

  
202 203
  3. Building under windows using msys
203 204
  ====================================
204 205

  
......
2078 2079

  
2079 2080
Create a 'Build' directory in the top level QGIS directory. This will be where all the build output will be generated.
2080 2081

  
2081
Run Start>All Programs>CMake-->CMake. 
2082
Run Start-->All Programs-->CMake-->CMake. 
2082 2083

  
2083 2084
In the 'Where is the source code:' box, browse to the top level QGIS directory.
2084 2085