C++ Library to handle BagIt structures. BagIt is a standard format to create transfer packages for digital preservation purposes. See https://en.wikipedia.org/wiki/BagIt for details
http://andreas-romeyke.de
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 years ago | |
---|---|---|
src | 3 years ago | |
test | 3 years ago | |
CMakeLists.txt | 3 years ago | |
README | 3 years ago |
README
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