summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathis Rosenhauer <rosenhauer@dkrz.de>2014-07-31 13:36:58 +0200
committerMathis Rosenhauer <rosenhauer@dkrz.de>2014-08-06 17:03:37 +0200
commit25cae37e1242b5779a57e87e1be2b2646732ccf9 (patch)
tree2a535da825b52be00d3c9f0854e4dee6d7b8d987
parentd6905bb8afdbcbc0425151a5bc1aebb2f5daf81f (diff)
downloadlibaec-25cae37e1242b5779a57e87e1be2b2646732ccf9.tar.gz
libaec-25cae37e1242b5779a57e87e1be2b2646732ccf9.tar.bz2
libaec-25cae37e1242b5779a57e87e1be2b2646732ccf9.zip
Documentation update.
-rw-r--r--README.SZIP6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.SZIP b/README.SZIP
index 7459ffd..c62b3b6 100644
--- a/README.SZIP
+++ b/README.SZIP
@@ -4,8 +4,10 @@
Libaec includes a free drop-in replacement for the SZIP
library[1]. Just replace SZIP's shared library libsz.so* with
-libaec.so* and libsz.so* from libaec. Code which is dynamically linked
-with SZIP such as HDF5 should continue to work without re-compilation.
+libaec.so* and libsz.so* from libaec. For Windows the DLLs are called
+SZIP.DLL and AEC.DLL. Code which is dynamically linked with SZIP such
+as HDF5 should continue to work with libaec. No re-compilation
+required.
HDF5 files which contain SZIP encoded data can be decoded by HDF5
using libaec and vice versa.