Changes between Version 2 and Version 3 of CompileOnWindows


Ignore:
Timestamp:
Mar 10, 2009, 10:42:46 PM (15 years ago)
Author:
neteler
Comment:

Set the PYTHONPATH (yet a bit unclear how that should work)

Legend:

Unmodified
Added
Removed
Modified
  • CompileOnWindows

    v2 v3  
    157157}}}
    158158
     159Currently r.li.* cannot be compiled on Windows.
     160
    159161The best way to check it, is to open c:\msys\local\src\grass-6.4.0\error.log using your favourite web client.
    160162
     
    167169The startup grass64.bat file should be in c:\msys\local\bin\grass64.bat
    168170
     171
     172If using the grass64.sh instead, add to that file:
     173{{{
     174# Set the PYTHONPATH
     175PYTHONPATH="$GISBASE/etc/python:$PYTHONPATH"
     176}}}
    169177
    170178See also: grass64/mswindows/osgeo4w/package.sh for a scripted approach in the OSGeo4W environment.