[GRASS-user] installing add-ons

Hi all,

I have no trouble downloading the add-ons I hope to use from the
repository, but could use some instruction on how to get them
installed/functional in a 6.2.2 installation (stock Ubuntu package).

Thanks,

Zack

are they C code addons or just SHELL scripts ?

Jachym

Zachary Parisa píše v So 08. 03. 2008 v 19:40 -0500:

Hi all,

I have no trouble downloading the add-ons I hope to use from the
repository, but could use some instruction on how to get them
installed/functional in a 6.2.2 installation (stock Ubuntu package).

Thanks,

Zack
_______________________________________________
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user

--
Jachym Cepicky
e-mail: jachym.cepicky gmail com
URL: http://les-ejk.cz
GPG: http://www.les-ejk.cz/pgp/jachym_cepicky-gpg.pub

The grass addon (if they are in C), can be installed by re-compiling the source code.

It may help this page: http://istgis.ist.supsi.ch:8090/pmwiki/index.php?n=GRASS.Installazione

Once compiled the grass source code, to add an addon module just extract the file in the grass source directory, cd to the module directory and run this command: INST_NOW=y make

Detailed informations for source compilation can be found at: http://trac.osgeo.org/grass/browser/grass/branches/releasebranch_6_2/INSTALL

Bye,
Massimiliano

Zachary Parisa wrote:

Hi all,

I have no trouble downloading the add-ons I hope to use from the
repository, but could use some instruction on how to get them
installed/functional in a 6.2.2 installation (stock Ubuntu package).

Thanks,

Zack
_______________________________________________
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user

--
-----------------------------------------------------
Dr. Massimiliano Cannata
Environmental & Geomatic Engineer

Institute of Earth Scences - SUPSI
Trevano, C.P. 72, CH-6952 Canobbio, SWITZERLAND

Tel: +41 (0)58 / 666 62 14 Fax: +41 (0)58 / 666 62 09
E-mail: massimiliano.cannata@supsi.ch

Web: http://www.ist.supsi.ch
http://istgis.ist.supsi.ch:8001/geomatica/
-------------------------------------------------------

The add-on I hope to install is i.topo.corr
When trying to install this (or any other add-on) either by " INST_NOW=y
make" or the "make MODULE_TOPDIR=$HOME/..." process as described below and
in the documentation
the process fails with:
Makefile:8: ../../include/Make/Module.make: No such file or directory
make: *** No rule to make target `../../include/Make/Module.make'. Stop.

I have tried with compiled versions 6.3 RC5 and RC6...but get the same
results.

Any ideas?

thanks,

Zack

Massimiliano Cannata wrote:

The grass addon (if they are in C), can be installed by re-compiling the
source code.

It may help this page:
http://istgis.ist.supsi.ch:8090/pmwiki/index.php?n=GRASS.Installazione

Once compiled the grass source code, to add an addon module just extract
the file in the grass source directory, cd to the module directory and
run this command: INST_NOW=y make

Detailed informations for source compilation can be found at:
http://trac.osgeo.org/grass/browser/grass/branches/releasebranch_6_2/INSTALL

Bye,
Massimiliano

Zachary Parisa wrote:

Hi all,

I have no trouble downloading the add-ons I hope to use from the
repository, but could use some instruction on how to get them
installed/functional in a 6.2.2 installation (stock Ubuntu package).

Thanks,

Zack
_______________________________________________
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user

--
-----------------------------------------------------
Dr. Massimiliano Cannata
Environmental & Geomatic Engineer

Institute of Earth Scences - SUPSI
Trevano, C.P. 72, CH-6952 Canobbio, SWITZERLAND

Tel: +41 (0)58 / 666 62 14
Fax: +41 (0)58 / 666 62 09
E-mail: massimiliano.cannata@supsi.ch

Web:
http://www.ist.supsi.ch
http://istgis.ist.supsi.ch:8001/geomatica/
-------------------------------------------------------

_______________________________________________
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user

--
View this message in context: http://www.nabble.com/installing-add-ons-tp15922472p16244490.html
Sent from the Grass - Users mailing list archive at Nabble.com.

On Mon, Mar 24, 2008 at 3:25 AM, Zachary <zacharyparisa@gmail.com> wrote:

The add-on I hope to install is i.topo.corr
When trying to install this (or any other add-on) either by " INST_NOW=y
make" or the "make MODULE_TOPDIR=$HOME/..." process as described below and
in the documentation
the process fails with:
Makefile:8: ../../include/Make/Module.make: No such file or directory
make: *** No rule to make target `../../include/Make/Module.make'. Stop.

I have tried with compiled versions 6.3 RC5 and RC6...but get the same
results.

Any ideas?

You either need the full source code of GRASS (compiled or at least
configured) or need to use GEM - GRASS Extension Manager.

Markus