Changes between Version 14 and Version 15 of CompileOnWindows
- Timestamp:
- 03/17/09 08:38:36 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompileOnWindows
v14 v15 5 5 We would like use a simplified approach with pre-built libraries for all the GRASS dependencies but for the moment compiling many of the dependencies is required in order to have the proper files for grass. Still, a few steps are eliminated if compilation is done within the '''OSGeo4W''' directory structure. 6 6 7 7 8 === Install the OSGeo4W directory structure === 8 9 … … 22 23 23 24 7. Click next, the selected packages and their required subpackages will be downloaded and installed automatically. 25 24 26 25 27 === Install the environment for compilation (MingW) === … … 46 48 6. Unpack to c:\osgeo4w 47 49 50 48 51 === Flex & Bison === 49 52 … … 54 57 55 58 Unpack all to c:\osgeo4w 59 56 60 57 61 === PDCurses === … … 82 86 }}} 83 87 88 84 89 === Zlib === 85 90 … … 123 128 * /osgeo4w/lib/libzdll.a) 124 129 130 125 131 === Regex === 126 132 … … 128 134 129 135 2. Unpack to c:\osgeo4w 136 130 137 131 138 === Libjpeg === … … 188 195 * /osgeo4w/bin/wrjpgcom.exe) 189 196 197 190 198 === PostgreSQL === 191 199 … … 219 227 }}} 220 228 229 221 230 === SQLite === 222 231 … … 230 239 make install 231 240 }}} 241 232 242 233 243 === GDAL === … … 267 277 make install -f GNUmakefile 268 278 }}} 279 269 280 270 281 === Tcl/Tk (skip if only compiling grass7) === … … 293 304 mv wish85.exe wish.exe 294 305 }}} 306 295 307 296 308 === Compiling and Installing GRASS (6.4.0) === … … 414 426 }}} 415 427 428 416 429 === TODO === 417 430 … … 419 432 * other deps? 420 433 434 421 435 == Building with MS Visual Studio == 422 436 423 437 * TODO - see [http://wiki.qgis.org/qgiswiki/BuildingFromSource#head-696307823157d4af8ddd12c81acdbea284576a5f building QGIS instructions] 438 424 439 425 440 == See also ==