Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 718 Bytes

readme.md

File metadata and controls

25 lines (16 loc) · 718 Bytes

lz4mt

lz4mt is platform independent, multi-threading, lz4 stream v1.4 implementation in C++11.

Building for MSVC2012 (Visual Studio Express 2012 for Windows Desktop)

  • Run build.bat
  • Executable file will be created in platform_msvc2012/

Building for Linux

  • Run make.
  • ./lz4mt will be created.

Experimental: Building for Linux with Clang

See also