VDChunk -- The Versatile Data Chunk
VDChunk is an multi-purpose C++ library that provides some classes which allow reading, writing and manipulating data blocks ("chunks") without have to take care too much about strings, streams and numbering formats. The library follows the object-oriented programming paradigm and is in many parts highly recursive.
It helps you keep your program simple, not necessarily efficient.
Ingo Naumann
June 2010
Project homepage: http://research.naumachiarius.com/software/vdchunk.html
You are probably here because VDChunk is required by some other program that you want to compile.
To be done. There are some good examples for the Crypto++ version of VDChunk.
It's the classical Automake/Autoconf installation. The simplest way to compile this package is:
1. `cd' to the directory containing the VDChunk's source code and type `./configure' to configure the package for your system.
2. Type `make' to compile the package.
3. Type `make install' to install the programs and any data files and documentation.
4. You can remove the program binaries and object files from the source code directory by typing `make clean'.