]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.fastlz/README.txt
Merge commit 'e87f096'
[simantics/platform.git] / bundles / org.simantics.fastlz / README.txt
1 The native/ -directory contains the sources for the\r
2 native parts of the FastLZ compression algorithm.\r
3 \r
4 To compile in the native libraries follow these instructions:\r
5 \r
6 == Windows ==\r
7 \r
8 * Install MS Visual Studio 2012 with C++ support and Microsoft Platform SDK for Windows Server 2003 R2 to get 64-bit compiler\r
9 * Open native/vs2012/fastlz.sln in Visual Studio 2012\r
10 * Select ''Batch Build'' from the solution context menu, select Win32 + x64 Release and press ''Rebuild''\r
11 * The build will copy the resulting fastlz-windows-{x86,x86_64}.dll into src/\r
12 \r
13 == Linux/Mac ==\r
14 \r
15 * Use native/compile.sh\r