Developers EMAIL:
Alessandro Bonfanti
Massimiliano Torregiani

sourceforge.net Logo

ISTRICE DOCUMENTATION
COMPILING ISTRICE
COMPILING ISTRICE

First step is to execute configure script with the correct parameters.

Eg:
./configure --enable-corba-omniorb=/usr/local/omniORB-4.0.7

required flags are:
--enable-corba-omniorb
Specify the omniorb installation path

Common C++ ccgnu2-config script must be found in the shell PATH, if necessari use :

export PATH=/ComminC++_installDir/bin:$PATH


optional flags are:
--prefix
Specify the ISTRICE installation path

Eg:
./configure --enable-corba-omniorb=/prog/omniORB-4.0.7 --prefix=/prog/istrice


after the configure execution the make process can start:
Possible targets are:
make
build the ISTRICE environment
make install
make and install ISTRICE (use --prefix=path to select the installation directory)
make install_ma_daemon
install the Master Server daemon (only under Linux)
make install_sls_daemon
install the SLS Server daemon (only under Linux)
make istriceconfig
make and install istriceConfiguration (Require KDE3 or QT 3)
make istriceconsole
make and install istriceConsole (Require KDE3 or QT 3)

NOTE:
make install_ma_daemon, make install_sls_daemon, make isreiceconfig and make istriceconsole should be executed after make install.