1
0
Fork 0
mirror of https://github.com/SlavikMIPT/tgcloud.git synced 2025-02-12 11:12:09 +00:00
tgcloud/dedupfs/lzo
Вячеслав Баженов 4d66c44764 dedupfs added
2019-06-14 12:51:59 +03:00
..
lzomodule.c dedupfs added 2019-06-14 12:51:59 +03:00
README dedupfs added 2019-06-14 12:51:59 +03:00
setup.py dedupfs added 2019-06-14 12:51:59 +03:00

This is a simple binding to the canonical LZO compression library. To compile
first make sure you have both liblzo2 and the headers installed (on Ubuntu you
can install the packages `liblzo2' and `liblzo2-dev'), then run the command
`python setup.py build && python setup.py install'.

Please note that this is my first Python/C interfacing code so be careful :-)

 - Peter Odding <peter@peterodding.com>