Changes between Version 8 and Version 9 of AddOnsManagement


Ignore:
Timestamp:
Nov 16, 2011, 2:08:56 AM (12 years ago)
Author:
martinl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AddOnsManagement

    v8 v9  
    2727</modules>
    2828}}}
     29
     30There is also available script called [source:grass-addons/tools/addons/compile-xml.sh] which compiles GRASS AddOns modules for GRASS 6 and GRASS 7 and creates XML metadata file. This script simply calls `compile.sh` and `build-xml.py`. When running this script the main log files is stored to `~/grass<version>/addons/make.log` and each modules logs to `~/.grass<version>/addons/log/<module>.log`. Beside that the script also print basic information about progress to standard output
     31
     32{{{
     33At revision 49265.
     34-----------------------------------------------------
     35AddOns '/home/landa/.grass7/addons'...
     36-----------------------------------------------------
     37Compiling d.mon2... SUCCESS
     38Compiling i.points.auto... SUCCESS
     39...
     40Compiling v.unpack... SUCCESS
     41-----------------------------------------------------
     42AddOns '/home/landa/.grass6/addons'...
     43-----------------------------------------------------
     44Compiling d.barb... SUCCESS
     45Compiling d.edit.rast... SUCCESS
     46...
     47Compiling v.what.rast.buffer... SUCCESS
     48-----------------------------------------------------
     49Creating XML file '/home/landa/.grass7/addons/modules.xml'...
     50-----------------------------------------------------
     51Parsing <d.mon2>...  SUCCESS
     52Parsing <i.points.auto>...  SUCCESS
     53...
     54Parsing <v.unpack>...  SUCCESS
     55-----------------------------------------------------
     56Creating XML file '/home/landa/.grass6/addons/modules.xml'...
     57-----------------------------------------------------
     58Parsing <d.barb>...  FAILED
     59Parsing <d.edit.rast>...  SUCCESS
     60...
     61Parsing <v.what.rast.buffer>...  SUCCESS
     62}}}
     63
    2964== Compile !AddOns on MS Windows ==
    3065
    3166Background: `g.extension` in winGRASS is not trying to compile given !AddOn as on GNU/Linux, it just downloads pre-compiled binaries from the server.
    3267
    33 The 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.
     68The 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.