The native/ -directory contains the sources for the native parts of the FastLZ and LZ4 compressions algorithms. To compile in the native libraries follow these instructions: == Windows == * Install MS Visual Studio 2010 with C++ support and Microsoft SDK 7.1 to get 64-bit compiler * Open native/vs2010/fastlz.sln in visual studio * Select ''Batch Build'' from the solution context menu, select Win32 + x64 Release and press ''Rebuild'' * The build will copy the resulting fastlz-windows-{x86,x86_64}.dll into src/ == Linux/Mac == * Use native/compile.sh