[GRASS-user] Simple question

2013-10-29 Thread Luis Miguel Royo Perez

Hi everyone,

I'm trying to install /r.denoise/, but asked me for /mdenoise/ software, 
I've downloaded this extra software, compile it, but I don't understand 
the last step, where it says...


ln -s `pwd`/mdenoise /some/directory/on/the/$PATH


Wich path is this? I'm using Ubuntu 12.04 ang GRASS 6.4.3. If you need 
more information, just ask.


Thank you!!!

--
Luís Miguel Royo Pérez

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

Re: [GRASS-user] Simple question

2013-10-29 Thread Hamish
Luis wrote:
 I'm trying to install r.denoise, but asked me for mdenoise software,
 I've downloaded this extra software, compile it, but I don't understand
 the last step, where it says...


 ln -s `pwd`/mdenoise /some/directory/on/the/$PATH
 Wich path is this? I'm using Ubuntu 12.04 ang GRASS 6.4.3.
copy the mdenoise executable into /usr/local/bin/.

type echo $PATH to see other suitable places to put it. Another common one is 
to
do mkdir ~/bin then log out and back in again (that's added to your $PATH at 
login,
but only if it exists), and put the custom program there.


good luck,
Hamish

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