Skip to content

This is a library that aims to provide simple wrappers around a few compression algorithms, currently just LZO

License

Notifications You must be signed in to change notification settings

Will-Banksy/Compression-Library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compression Library (CompLib)

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

Compiling

Shared Library

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

Static Library

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

About

This is a library that aims to provide simple wrappers around a few compression algorithms, currently just LZO

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published