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