The project can be built on
- Solaris using Sun's Visual Workshop or SPARCworks development environment.
- Linux using the GNU development environment.
- NT using Microsoft Visual Studio (5.0).
In all cases, in this release, the programs built by the makefiles remain in the directory where they are built.
Future releases will include a 'release' target, which will collect the results of the build and copy them to a
target directory.
Solaris
The build directory is build/solaris.
For a release build, run make TESTFLAGS= BUILDFLAGS=-O. This is also documented in the Makefile.
Make sure that LD_LIBRARY_PATH includes the directory where libslp.so resides. Otherwise programs which use this shared library will not load.
Linux
The build directory is build/linux.
For a release build, run make TESTFLAGS= BUILDFLAGS=-O. This is also documented in the Makefile.
Make sure that LD_LIBRARY_PATH includes the directory where libslp.so resides. Otherwise programs which use this shared library will not load.
Windows NT
The build directory is build/win32, with subdirectories for each project in the master workspace.
To build all, use the VC++ menu 'build' and select 'batch build'.
|