Changes between Version 20 and Version 21 of DevWikiWinMingWSys_20

Show
Ignore:
Timestamp:
04/16/11 19:02:26 (2 years ago)
Author:
robe
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevWikiWinMingWSys_20

    v20 v21  
    316316  --prefix=/c/projects/gdal/rel-trunk 
    317317}}} 
    318 --- TODO FINISH THIS --- 
    319  
    320  
    321 == 16. Compiling PostGIS == 
     318 
     319== 16. Python GDAL bindings == 
     320In 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 
     321is the unofficial python libs from http://www.lfd.uci.edu/~gohlke/pythonlibs/ 
     322GDAL-1.7.3.win32-py2.6.exe or GDAL-1.7.3.win32-py2.7.exe (listed in GDAL section) 
     323as well as the accompanying Numpy:  numpy-1.5.1.win32-py2.6.exe,  numpy-1.5.1.win32-py2.7.exe 
     324You will need python 2.6 or 2.7 as well. 
     325 
     326 
     327 
     328 
     329 
     330== 17. Compiling PostGIS == 
    322331 
    323332=== PostGIS 2.0 === 
     
    346355 
    347356{{{ 
    348 export PATH="/c/gtk/bin:$PATH" 
     357export PATH="/c/gtkbundle/bin:$PATH" 
     358#this is needed for raster support so it can find the python bindings,replace with which version of python you have 
     359export PATH="/c/python27:$PATH"  
     360#to set to right postgres 
    349361export PATH="/c/projects/pg/pg90/bin/:$PATH" 
    350362export PGPORT=5439