[GRASS5] installer for GRASS libs

Radim Blazek blazek at itc.it
Mon May 9 13:21:57 EDT 2005


benducke at compuserve.de wrote:
> Hi everyone,
> 
> I am still working on the GEM installer program and need
> some help regarding installation of externally compiled
> libraries for GRASS 6:
> 
> which of the GRASS Makefiles is responsible for copying include
> files into place? Where do I have to place include files so
> they will get copied to /usr/local/grass-6.0.0/include when
> doing "make install"? Does the make system also recursively copy
> directories with contents or just *.h files in the top level.

To avoid conflicts, the GRASS header files should be installed in 
include/grass directory and included as

#include "grass/gis.h"

we are in transition and you can find old files using #include "gis.h" 
but all new files should use the new location.

Radim




More information about the grass-dev mailing list