lz4_compressor & lz4_decompressor boost filters.
Produced data is binary compatible with lz4c utility from https://code.google.com/p/lz4/ programs package.
- install boost
- install lz4 libs/headers ( Gentoo:
emerge app-arch/lz4
:) - this will build tests and
lz4fcli
sample commandline utility:
git clone https://github.com/zed-0xff/boost_lz4_filter.git
cd boost_lz4_filter
make
make test
- install boost
- install lz4 libs/headers
- copy
lz4_filter.cpp
&lz4_filter.hpp
into your own project - add
-llz4 -lboost_iostreams
to your compile options