Building/Installing edg-lcmaps ------------------------------- From CVS (for CVS access, see http://datagrid.in2p3.fr) -------- -- To build RPMs: o Export the source from CVS using a *tagged version*: $ cvs export -r v0_0_x fabric_mgt/gridification/lcmaps o Run the autogen.sh script to run autotools (generates configure scripts) $ ./autogen.sh o Use the configure command, frequent used options: * --prefix=path (RPM TOPDIR path, install path on a make install) --libdir=path/lib/lcmaps --sysconfdir=path/etc/lcmaps o then make the rpm: $ make rpm o The rpm sources and binaries will be under the TOPDIR you defined. -- To build the project: o Make it: $ export BUILDFLAVOR=gcc32dbg (or any other installed globus flavor) $ make o install it: $ make install o The configuration files: $ cd path/lib/lcmaps $ for conf in *.in; do newconf=`echo $conf|sed -e 's/\.in//'`; cp $conf $newconf; done $ edit the files $Id: INSTALL,v 1.2 2003/07/11 15:54:57 martijn Exp $