|
3 years ago | |
---|---|---|
src | 3 years ago | |
README | 3 years ago |
libcbag - a C++ library to handle bagit containers
==================================================
Prerequisites:
- boost-library
- c++ compiler
- cmake
How to compile:
$> mkdir build
$> cd build
$> cmake ../src
$> make
$> make test
$> make install