The simplest way to build/install the GammaWare package is: 1. Type `./configure' (or `sh ./configure' to prevent `csh' from trying to execute `configure' itself) 2. Type `make' to build the package. 3. Type `make install' to install the programs, libraries, data files and documentation. By default, everything is installed in this directory. It is recommended to install the package in another directory. To do this see the Configuration section in this file. 4. You should remove the program binaries and object files from the source code directory by typing `make clean'. Configuration ============= The configure script should be run first to configure the buiding environment. Usage: configure [OPTION]... [VAR=VALUE]... - To change the directory under which all the files will be installed configure --prefix=/where/you/want/to/install/the/package or, using environment variables configure --prefix=$HOME [Default is prefix=$PWD] - Directories can also be modified individually --libdir=DIR object code libraries [Default: $PWD/lib] --bindir=DIR user executables [Default: $PWD/bin] --includedir=DIR C/C++ header files [Default: $PWD/include] --datadir=DIR architecture-independent files [Default: $PWD/share] To get a detail list of what is installed, read the INSTALL file. To build the ganil library, --enable-ganil enable to build the GANIL library Compilers and Options ===================== The GammaWare package uses the ROOT facility to set compilers and Options. Any makefile starts with an include of the file Makefile.root which is under the config directory. So, the compilation will be not be affected if you modify CC, CFLAGS ... etc before running configure. If you need to modify anything, check out your platform system as known by ROOT with: root-config --arch and modify the corresponding part in the config/Makefile.root file. The general Makefile uses the MAKE variables to build individual packages. It can be changed with, for instance with: configure 'MAKE=gmake' Any problems/suggestions, please contact agata@ipnl.in2p3.fr