bc-zip requires the following components:
cmakeC++11-enabled compiler (g++ 4.7+, clang 3.2+, icc 11+)The project is compiled like any standard CMake project:
cd into the project’s directorymkdir buildcd buildcmake ../makeThe binary (bc-zip) will be located in the build directory.