Whole document tree Building SPYou will need a C++ compiler with good template support to build this. Support for exceptions is not required.
In most cases you should be able to port to a new compiler just by
editing UnixTo build on Unix, edit the Makefile, and do a make. You can also build in a different directory. This requires GNU make or another make that implements VPATH. Copy or link the top-level Makefile to the build directory, change srcdir in the Makefile to point to the original directory, and do a make in the build directory. make install installs the programs. You can use the following compilers:
Nelson Beebe has ported SP to a variety of other Unix systems and has produced some notes about his experiences. WindowsThe following compilers have been tested:
James Clark jjc@jclark.com |