Requirements:

 - Linux or POSIX.1-2001 compliant environment
 - recent CMake (from the system distribution or http://www.cmake.org)
 - GNU make or compatible
 - GCC 4.x and its libstdc++ or just a modern C++ compiler with either STL
   including TR1 parts or having Boost headers (http://boost.org)
 - zlib, libbz2 und their development components

Build instructions:

 - run "make". Output goes to the "build" directory.
   apt-cacher-ng is the regular version, apt-cacher-ng-debug is for debugging
   purposes only.

Installation:

 - edit conf/*.conf files, copy the directory to your system and follow the
   hints there
 - make apt-cacher-ng be executed as system startup
 - visit the report and control page with the browser from time to time

For compiler flags, see CMakeLists.txt file.

Configuration:

See user manual and short manpage in the doc/ directory for instructions.
