Installation notes

Dependencies

These optional libraries will be used by núcleo if available at compilation time:

Optional plug-ins will also be built for the following libraries:

Getting the source code

The last pseudo-stable version of the núcleo source code is available from http://insitu.lri.fr/~roussel/software/

The latest version can also be checked out through anonymous CVS with the following instructions. When prompted for a password for anonymous, simply press the Enter key:

cvs -d:pserver:anonymous@cvs.lri.fr:/users/asspro/roussel/cvsroot login
cvs -z3 -d:pserver:anonymous@cvs.lri.fr:/users/asspro/roussel/cvsroot co nucleo

Building instructions

You might want to read the specific notes for OS X.

Then simply do the following:

cd nucleo
./build-utils/bootstrap # if the 'configure' script is not present already
./configure
make
su # if needed
make install

The trick with configure is that you might need to set appropriate values for CPPFLAGS, CXXFLAGS, LDFLAGS, LIBS or CXX. Try things like ./configure CXX=CC.

Everything is installed in /usr/local by default. This can be changed by passing the --prefix=other_directory to configure. Try configure --help=recursive to get a list of all the other options supported.

Feel free to contact me if you have any trouble. Just have a look at the config.log file first...