mirror of
https://github.com/SlavikMIPT/tgcloud.git
synced 2025-03-09 15:40:14 +00:00
dedupfs added
This commit is contained in:
parent
5b4ed0194e
commit
4d66c44764
14 changed files with 2877 additions and 1 deletions
8
dedupfs/lzo/README
Normal file
8
dedupfs/lzo/README
Normal file
|
@ -0,0 +1,8 @@
|
|||
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>
|
Loading…
Add table
Add a link
Reference in a new issue