Home
Overview
Download
Build/Install
Documentation
Studies
Presentations
Links

Build/Install Instructions

Hopefully these instruction will be easy to follow!

It may also be useful to look at our directory structure.

  1. External Requirements

    Please make sure that you have setup the Online Software (by sourcing the setup script).  
    Also, make sure ROOT has been setup by setting ROOTSYS to be the location of ROOT and adding $ROOTSYS/bin to your path and $ROOTSYS/lib to your LD_LIBRARY_PATH variable.

    Java:

    java and javac must be in your PATH.
    Make sure all the external jar files are on your CLASSPATH.

  2. Build our code

    Change into the build directory.
    Typing "make" should build all the code.
    If you just want C++ or Java code, you can "make c++" or "make java".
    Also, "make clean" and "make distclean" do what you would think.
    Once this is done, type "source setup.[c]sh" to setup the software.

  3. Problems

    You may have problems building some of Bruce's code as this is dependant on various SCTPixel code, if so, edit the DIRS variable in build/makefile.
 

Last modified 07 May 2003 .  Maintained by Matthew Palmer