Hello,
I have modified some of the modules of GRASS 5.3 (eg.
d.rast.edit) and added them to GRASS 5.3 using gmake53
and gmakelink53.
I have now installed GRASS6.0 and I want to add the
modified modules of GRASS5.3 to GRASS6.0
I cant find the gmake and the gmakelink command
for GRASS 6.0
Kindly enlighten me on how to add modified modules to
GRASS6.0
Thanks
__________________________________
Do you Yahoo!?
Yahoo! Mail - Helps protect you from nasty viruses.
http://promotions.yahoo.com/new_mail
Hello,
On Thu, 09 Jun 2005, nagesh bhatkar wrote:
I have modified some of the modules of GRASS 5.3 (eg.
d.rast.edit) and added them to GRASS 5.3 using gmake53
and gmakelink53.
I have now installed GRASS6.0 and I want to add the
modified modules of GRASS5.3 to GRASS6.0
I cant find the gmake and the gmakelink command
for GRASS 6.0
Kindly enlighten me on how to add modified modules to
GRASS6.0
I am not sure, maybe
INST_NOW=y make
helps you.
Martin
--
Martin Landa <landa@gama.fsv.cvut.cz> * http://gama.fsv.cvut.cz/~landa *
CTU Prague, Faculty of Civil Engineering, Czech Republic
On Thu, Jun 09, 2005 at 12:26:25AM -0700, nagesh bhatkar wrote:
Hello,
I have modified some of the modules of GRASS 5.3 (eg.
d.rast.edit) and added them to GRASS 5.3 using gmake53
and gmakelink53.
I have now installed GRASS6.0 and I want to add the
modified modules of GRASS5.3 to GRASS6.0
I cant find the gmake and the gmakelink command
for GRASS 6.0
Kindly enlighten me on how to add modified modules to
GRASS6.0
Please have a look at
./INSTALL file
-> COMPILING INDIVIDUAL MODULES - OWN MODULES
in the source code (which you need to compile new modules).
In short: gmake and the gmakelink command were simplified to 'make'.
Markus