Download HLibLicense
HLib is distributed for free under the GNU
GPL. Versions prior to 1.0.0 used to be distributed partly under the GNU LGPL while most of the code was GPLed. As of version 1.0.0, HLib is distributed completely under the GNU GPL. Requirements
You need a more or less POSIX-conformant operating system. Source codeFor obvious reason, I only provide the source code (and no binaries).
BuildBuilding hlib should be fairly easy: just follow the standard GNU sequence (configure and make); there is also a BUILD file with more information included in the source distribution. mkdir build_dir ; cd build_dir ../source_dir/configure make
Especially note that you can pass additional comiler flags using the
ADDFLAGS variable (without the need to re-configure the
package). make ADDFLAGS="-DAllocDebugging=1 -DUSE_GNU_MEMCHECK=0 -fno-omit-frame-pointer -g"
|