1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Dependencies
libewf requires:
* zlib
* bzip2
(optional for EWF2 support)
* libcrypto (OpenSSL) or Windows Crypto API (from the Windows Platform SDK)
(optional but recommended)
ewftools require:
* libcrypto (OpenSSL) or Windows Crypto API (from the Windows Platform SDK)
(optional but recommended)
* libuuid or Windows RPC API
(optional but recommended)
ewfmount requires:
* libfuse
(optional but recommended)
See:
* http://code.google.com/p/libewf/wiki/Building
* README.dll
* README.macosx
|