Skip to content
This repository was archived by the owner on Nov 20, 2021. It is now read-only.

Latest commit

 

History

History
11 lines (7 loc) · 401 Bytes

File metadata and controls

11 lines (7 loc) · 401 Bytes

Due to changes in the priorities, this project is currently not being supported. The project is archived as of 11/17/21 and will be available in a read-only state. Please note, since archival, the project is not maintained or reviewed.

The core API's of liblz and its libraries.

compiling

cd build && cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=. ..
make && make install