Here you will find binaries for Windows and Linux. The scripts to build the libraries are located in ./buildscripts/ The makefiles, after generating the binaries, copy them to the location specified in the file instal_dir.mak (Win) or instal_dir.sh (Linux). You will have to change it. Alternatively, you may remove the copying to a supposed installation directory in base.mak (Win) or in linux_base.mk (Linux), by removing these lines which copy to $(installdir) or ${instaldir} respectively.

The files in sahred_makefiles are common to the making of all the libraries. Within each library's makefile directory hardlinks to these files (i.e., different access points to the same files) are present, so that if the hole library folder is copied elsewhere it carries with it all the necessary makefiles.

Suggestions are wellcome.
