This is a library that aims to provide simple wrappers around a few compression algorithms, currently just LZO
I use code from other sources in this repo, refer to the licenses included with them - The MIT license only applies to my code
Simply run cmake and make (or ninja or whatever you want to use)
First make a build directory in the project root directory and enter that, then:
cmake ..
make
Simply run cmake (but setting the option COMPLIB_STATIC to ON) and make (or ninja or whatever you want to use)
First make a build directory in the project root directory and enter that, then:
cmake -DCOMPLIB_STATIC=ON ..
make