Changes between Version 22 and Version 23 of DevWikiWinMingWSys_20


Ignore:
Timestamp:
Apr 16, 2011, 7:08:18 PM (13 years ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DevWikiWinMingWSys_20

    v22 v23  
    318318
    319319== 16. Python GDAL bindings ==
    320 In order to compile raster these days, you now need Python with numpy and gdal bindings.  The most bullet proof and easiest install I have found for this
     320In order to compile raster these days, you now need Python with numpy and gdal bindings.
     321So install your flavor of python if you don't have one from -- http://www.python.org/download/ (2.7 will work fine)
     322
     323The most bullet proof and easiest install I have found for GDAL and numpy
    321324is the unofficial python libs from http://www.lfd.uci.edu/~gohlke/pythonlibs/
    322 GDAL-1.7.3.win32-py2.6.exe or GDAL-1.7.3.win32-py2.7.exe (listed in GDAL section)
    323 as well as the accompanying Numpy:  numpy-1.5.1.win32-py2.6.exe,  numpy-1.5.1.win32-py2.7.exe
    324 You will need python 2.6 or 2.7 as well.
    325 
    326 
    327 
    328 
     325 * run Numpy:  numpy-1.5.1.win32-py2.6.exe,  numpy-1.5.1.win32-py2.7.exe
     326 * run GDAL-1.7.3.win32-py2.6.exe or GDAL-1.7.3.win32-py2.7.exe (listed in GDAL section)
    329327
    330328== 17. Compiling PostGIS ==
     
    355353
    356354{{{
     355#this is need for shp2pgsql-gui compile
    357356export PATH="/c/gtkbundle/bin:$PATH"
    358357#this is needed for raster support so it can find the python bindings,replace with which version of python you have