Changes between Version 14 and Version 15 of CompileOnWindows


Ignore:
Timestamp:
Mar 17, 2009, 8:38:36 AM (15 years ago)
Author:
cnielsen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CompileOnWindows

    v14 v15  
    55We 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.
    66
     7
    78=== Install the OSGeo4W directory structure ===
    89
     
    2223
    23247. Click next, the selected packages and their required subpackages will be downloaded and installed automatically.
     25
    2426
    2527=== Install the environment for compilation (MingW) ===
     
    46486. Unpack to c:\osgeo4w
    4749
     50
    4851=== Flex & Bison ===
    4952
     
    5457
    5558Unpack all to c:\osgeo4w
     59
    5660
    5761=== PDCurses ===
     
    8286}}}
    8387
     88
    8489=== Zlib ===
    8590
     
    123128 * /osgeo4w/lib/libzdll.a)
    124129
     130
    125131=== Regex ===
    126132
     
    128134
    1291352. Unpack to c:\osgeo4w
     136
    130137
    131138=== Libjpeg ===
     
    188195 * /osgeo4w/bin/wrjpgcom.exe)
    189196
     197
    190198=== PostgreSQL ===
    191199
     
    219227}}}
    220228
     229
    221230=== SQLite ===
    222231
     
    230239make install
    231240}}}
     241
    232242
    233243=== GDAL ===
     
    267277make install -f GNUmakefile
    268278}}}
     279
    269280
    270281=== Tcl/Tk (skip if only compiling grass7) ===
     
    293304mv wish85.exe wish.exe
    294305}}}
     306
    295307
    296308=== Compiling and Installing GRASS (6.4.0) ===
     
    414426}}}
    415427
     428
    416429=== TODO ===
    417430
     
    419432 * other deps?
    420433
     434
    421435== Building with MS Visual Studio ==
    422436
    423437* TODO - see [http://wiki.qgis.org/qgiswiki/BuildingFromSource#head-696307823157d4af8ddd12c81acdbea284576a5f building QGIS instructions]
     438
    424439
    425440== See also ==