[GRASS-user] Simple question

Hamish hamish_b at yahoo.com
Tue Oct 29 13:46:34 PDT 2013


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



More information about the grass-user mailing list