diff --git a/README b/README new file mode 100644 index 0000000..9f8e546 --- /dev/null +++ b/README @@ -0,0 +1,18 @@ +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 +