ROOT system
-
autoconf with ROOTComputer/linux 2011. 4. 13. 03:59
Makefile.am ACLOCAL_AMFLAGS = -I $ROOTSYS/build/misc AM_CPPFLAGS = $(DEPS_CFLAGS) AM_CFLAGS = $(LAYOUT_CFLAGS) bin_PROGRAMS = template template_SOURCES = main.cxx template_CXXFLAGS = @ROOTCFLAGS@ template_LDADD = -L@ROOTLIBDIR@ @ROOTGLIBS@ @ROOTLIBS@ @LIBS@ ${DEPS_LIBS} configure.ac AC_INIT([template c++], [0.0.1], [jhlee_at_jlab.org], [template], [http://www.jlab.org/~jhlee]) AC_PREREQ(2.59) AM..
-
ROOT system installation and updateComputer/linux 2008. 12. 20. 07:12
The ROOT system is an object-oriented Data Analysis Framework. http://root.cern.ch OS: Ubuntu 8.04 / RHEL 5.3 GCC : gcc version 4.2.4 (Ubuntu 4.2.4-1ubuntu3) / gcc version 4.1.2 20080704 (Red Hat 4.1.2-44) Some useful reference is http://root.cern.ch/twiki/bin/view/ROOT/SubversionHowto 1. Check the web site of ROOT system http://root.cern.ch/svn/root/tags/ http://root.cern.ch/viewcvs/tags/ and d..