Build Instructions

It is important to ensure that the prerequisites noted here are met before building. This can be problematic on some platforms depending on the package management system in place. In general, ensure that the correct library and language versions are installed, and that they are in the system's execution path prior to attempting to build. Note that library versions noted here are "as tested"; newer versions or alternate binary distributions may work.

Multi Language Source Distribution

Run "make" from the top level directory (GNU make is required). Targets include:

sdist:
Build language specific source distribution files

test:
Run tests for all language modules

doc:
Generate documentation files

clean:
Remove intermediate files from source tree

reallyclean:
Remove non-distribution and intermediate files from source tree

Note that the Windows platform is not currently supported for building in this manner; use the language specific source distributions instead.

Language Specific Source Distribution

See the README. file included with this package.