Getting Started with MIPP Online

This web page documents how online software can be built from scratch, and what new developers need to know to plug in.


Preliminaries


Coding convention summarized

For full-blown version, go here.

Getting Started

  1. Get access to the CVS repository (how do I do that?)
  2. To get all of the online code, type
    cvs co online
  3. Presently, directories (packages) which are configured for building are
  4. Executing
    C Shell variants Bourne Shell variants
    source preconfigure.csh . preconfigure.sh
    in any of the above directories will create configure script
  5. Executing
    source make_local.csh
    will configure the build, build the code, and install it in $cwd.
    Alternatively, you do the usual:
    ./configure --prefix=[directory] &&
    make &&
    make install
  6. The first package you should build is Helpers. It has almost all libraries. Directory where you install it (prefix) should be defined as MIPP_ONLINE_DIR environment variable in order to build other online packages which depend on libraries from Helpers.

How things are on e907daq and on PowerPC's


Andre Lebedev
Last modified: Mon Mar 15 14:32:47 CST 2004