I want add r.bioclim module and have a problem
GRASS 7.0.3 (nc_basic_spm_grass7):~ > g.extension extension=r.bioclim
Fetching <r.bioclim> from GRASS-Addons SVN repository (be patient)…
Compiling…
ERROR: Please install GRASS development package
GRASS 7.0.3 (nc_basic_spm_grass7):~ >
regards,
Albert Saribekyan.
On 17/03/16 11:42, Albert Saribekyan wrote:
I want add r.bioclim module and have a problem
GRASS 7.0.3 (nc_basic_spm_grass7):~ > g.extension extension=r.bioclim
Fetching <r.bioclim> from GRASS-Addons SVN repository (be patient)...
Compiling...
ERROR: Please install GRASS development package
GRASS 7.0.3 (nc_basic_spm_grass7):~ >
In most GNU/Linux systems there is a package that contains the necessary headers for compilation. In Debian and derivatives this is called grass-dev, and the name should be similar in other distributions. You have to install this package before using g.extension.
Moritz