hcap logo
  About Download Documentation Source

Source

Browse the latest source.

Getting the source

The latest source can be checked out of svn:
svn co https://hcap.svn.sourceforge.net/svnroot/hcap/trunk hcap

Building the source

At the moment, hcap should compile on Linux (and Linux-like) systems.
You'll need the following:
  • libevent-2.0.4 (or greater) installed with evdns support
  • bakefile
  • A C compiler that conforms to C89

Working from the hcap root project directory.
Firstly, generate your make or project file using bakefile:
bakefile -f gnu hcap.bkl
Where 'gnu' is a format supported by bakefile. In this case, we're using GNU make.
Compile using the generated make/project file:
make
hcap can also be compiled in debug mode:
make build=debug
Setting the build type will be specific to your generated make or project file. $Revision: 417 $

Creative Commons License Get hcap at SourceForge.net. Fast, secure and Free Open Source software downloads Valid XHTML 1.0 Transitional