Changes between Version 22 and Version 23 of AddOnsManagement


Ignore:
Timestamp:
Dec 12, 2011, 10:04:07 PM (12 years ago)
Author:
hamish
Comment:

hints for the adventurous hacker

Legend:

Unmodified
Added
Removed
Modified
  • AddOnsManagement

    v22 v23  
    6767== Compile !AddOns on MS Windows ==
    6868
    69 Background: `g.extension` in winGRASS is not trying to compile given !AddOn as on GNU/Linux, it just downloads pre-compiled binaries from the remote server.
     69Background: `g.extension`(.py) in winGRASS is not trying to compile given !AddOn as on GNU/Linux, it just downloads pre-compiled binaries from the remote server.
     70
     71If you would like to try to build them yourself you must ensure that the osgeo4w and GRASS software is located in paths without spaces in them. The Make system we use can't deal with that, and it is beyond our control to fix.
    7072
    7173The GRASS !AddOns binaries are downloaded in winGRASS by default from http://wingrass.fsv.cvut.cz, eg. for GRASS 7 it's http://wingrass.fsv.cvut.cz/grass70/addons. The GRASS !AddOns are compiled on that server by script [source:grass-addons/tools/addons/compile.sh compile.sh] available from SVN.