[sldev] GARINDRA
C.J. Adams-Collier
cjac at colliertech.org
Thu May 29 15:45:03 PDT 2008
Hey all,
In the spirit of GARNOME (and mostly swiped from that codebase), I've
created a project to ease the installation of indra dependencies. I'm
not done yet, but you should take a look at it anyway :)
http://svn.colliertech.org/svn/trunk/garindra/
copy all of the .in files to their name without the .in, modify them to
your liking and then run 'make paranoid-install' from the bootstrap
directory. You should then have a nice little sandbox of some of the
indra dependencies. You can then source a dev environment shell script
similar to the following before building indra:
DEVHOME=$HOME/garindra
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$DEVHOME/lib
PATH=$HOME/bin:$DEVHOME/bin:$PATH
PKG_CONFIG_PATH=$DEVHOME/lib/pkgconfig:/usr/lib/pkgconfig:$PKG_CONFIG_PATH
MONO_GAC_PREFIX=$DEVHOME
CPPFLAGS="$CPPFLAGS -I$DEVHOME/include"
XML_CATALOG_FILES=$HOME/catalog.xml
XDG_DATA_HOME=/usr/share:$DEVHOME/share:$XDG_DATA_HOME
XDG_DATA_DIRS=/usr/share:$DEVHOME/share:$XDG_DATA_DIRS
ACLOCAL_FLAGS="-I $DEVHOME/share/aclocal/"
export LD_LIBRARY_PATH PATH MONO_GAC_PREFIX PKG_CONFIG_PATH \
XML_CATALOG_FILES XDG_DATA_HOME XDG_DATA_DIRS \
ACLOCAL_FLAGS
Cheers,
C.J.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://lists.secondlife.com/pipermail/sldev/attachments/20080529/2378e763/attachment.pgp
More information about the SLDev
mailing list