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…
···
--
Luís Miguel Royo Pérez
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…
--
Luís Miguel Royo Pérez
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