Skip to content

Commit 6eba3a9

Browse files
committed
Fixing README
1 parent 9562066 commit 6eba3a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ git clone https://github.com/Blosc/c-blosc.git
3030
cd c-blosc
3131
mkdir build
3232
cd build
33-
cmake -DDEACTIVATE_ZLIB=ON -DCMAKE_GENERATOR_PLATFORM=x64 ..
33+
cmake -DCMAKE_GENERATOR_PLATFORM=x64 ..
3434
cmake --build . --target install
3535
```
36-
Make sure Blosc shared library is in PATH on Windows (```copy "c:\Program Files (x86)\blosc\lib\blosc.dll" c:\Windows\System32```) or in LD_LIBRARY_PATH on Linux/Unix (```export LD_LIBRARY_PATH=/usr/local/lib```).
36+
Tipically in Linux/Unix the Blosc library is installed in your system search path, however, in Windows you will need to add blosc.dll to your PATH (```copy "c:\Program Files (x86)\blosc\lib\blosc.dll" c:\Windows\System32```).
3737

3838
Also check that your OS, Java Virtual Machine and Blosc library are using the same architecture (either 32 or 64 bit).
3939

0 commit comments

Comments
 (0)