Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 677 Bytes

readme.md

File metadata and controls

24 lines (15 loc) · 677 Bytes

lz4mt

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

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

  • Run build.bat (or build_vs2013.bat).
  • Executable file will be created in platform_msvc2012/ (or platform_msvc2013/).

Building for Linux

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

Building for Linux with Clang

  • Run make CXX=clang++ CC=clang
  • ./lz4mt will be created.

See also