X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=bundles%2Forg.simantics.fastlz%2FREADME.txt;fp=bundles%2Forg.simantics.fastlz%2FREADME.txt;h=134b4e1115c0fa6fbdded421502aeeb5f85f5179;hb=969bd23cab98a79ca9101af33334000879fb60c5;hp=0000000000000000000000000000000000000000;hpb=866dba5cd5a3929bbeae85991796acb212338a08;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.fastlz/README.txt b/bundles/org.simantics.fastlz/README.txt new file mode 100644 index 000000000..134b4e111 --- /dev/null +++ b/bundles/org.simantics.fastlz/README.txt @@ -0,0 +1,15 @@ +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