[GRASS-user] Compiling addons

2009-12-28 Thread Milton Cezar Ribeiro
Dear all, I have compiled grass using the instructions available at http://trac.osgeo.org/grass/wiki/CompileOnWindows But now I need to compile some Addons, and I must confess that I have no idea of how to do that. I know that I need to download the addons sources, but I can't figure out what

Re: [GRASS-user] Compiling addons

2009-12-28 Thread stephen sefick
compile the addons - I put them into the raster folder of the grass sources make make install then recompile grass. hth Stephen On Mon, Dec 28, 2009 at 3:48 PM, Milton Cezar Ribeiro miltinho.astrona...@gmail.com wrote: Dear all, I have compiled grass using the instructions available at

Re: [GRASS-user] Compiling addons - description.html

2009-08-17 Thread Markus Neteler
On Mon, Aug 17, 2009 at 4:50 PM, John A Stevensonjohn.steven...@manchester.ac.uk wrote: Markus Neteler wrote: John: you can simply copy the file tools/mkhtml.sh manually to /usr/local/grass-6.5.svn/tools/ and don't have to wait for a new release. Please tell me if it solves the problem.

Re: [GRASS-user] Compiling addons - description.html

2009-08-15 Thread Markus Neteler
On Fri, Aug 14, 2009 at 10:55 PM, Markus Netelernete...@osgeo.org wrote: ... if [ $? -ne 0 ] ; then /usr/bin/install -c  -m 644 $file /usr/local/src/grass/develbranch_6/dist.i686-pc-linux-gnu/docs/html ; fi done 2 /dev/null ; true /bin/sh: /usr/local/grass-6.5.svn/tools/mkhtml.sh: not found

Re: [GRASS-user] Compiling addons - description.html

2009-08-14 Thread Markus Neteler
Hi John, On Thu, Aug 13, 2009 at 1:12 PM, John A Stevensonjohn.steven...@manchester.ac.uk wrote: Markus Neteler wrote: g.extension r.denoise g.extension  r.surf.volcano and everything should be installed.  If also g.extension fails, there might be a bug in the install part. Hi Markus,

Re: [GRASS-user] Compiling addons - description.html

2009-08-14 Thread Glynn Clements
Markus Neteler wrote: but sudo doesn't work with GRASS commands). I darkly remember some discussion on this but don't recall the tricks (see mailing list archive). sudo will reset the environment unless -E is used (and the setenv option is enabled in the sudoers file). Also, the loader

Re: [GRASS-user] Compiling addons - description.html

2009-08-13 Thread John A Stevenson
Markus Neteler wrote: g.extension r.denoise g.extension r.surf.volcano and everything should be installed. If also g.extension fails, there might be a bug in the install part. Hi Markus, I tried with g.extension. I had to change the permissions so that I owned the directory

[GRASS-user] Compiling addons - description.html

2009-08-12 Thread John Stevenson
Hi, When compiling addons, how do I make the description.html file that comes with the addon be installed as the help page that loads with g.manual? Currently, I am getting a short page with just the commands as generated by g.parser. e.g. in grass-addons/raster/r.denoise, or

Re: [GRASS-user] Compiling addons from svn repository

2008-08-04 Thread Moritz Lennert
On 04/08/08 14:52, gianluca massei wrote: Thanks Moritz , great tip! I'm working in a module that implemented ELECTRE algorithm. I've just finisced a module named /r.roughset/ for knowledg discovery with rough set based on rough set library. You can download the source code from grass wiki

Re: [GRASS-user] Compiling addons from svn repository

2008-08-04 Thread gianluca massei
I've clean up a little bit r.roughset and I've write some explanation note. In the next weeks I'll improve documentation (and the English !) Thanks Gianluca Moritz Lennert ha scritto: On 04/08/08 14:52, gianluca massei wrote: Thanks Moritz , great tip! I'm working in a module that

[GRASS-user] Compiling addons from svn repository

2008-08-01 Thread Eduardo corbelle
Dear all: I would like to install an add-on for GRASS 6.3.1 called i.pr that appears to be available on the svn repository. I never used the svn repository so I find it a bit challenging (I cannot fully understand the instructions on http://www.hpcc.nectec.or.th/grass/download/addons.php). Could