Explained in README about the new libcrypto dependency for FileVault

This commit is contained in:
planetbeing 2008-04-27 10:36:00 -04:00
Родитель 75ad992658
Коммит f40af2c744
1 изменённых файлов: 11 добавлений и 0 удалений

Просмотреть файл

@ -30,6 +30,17 @@ can only be used with explicit permission (which I probably have given anyone
who is reading this right now) and is made available only for educational
purposes.
DEPENDENCIES
------------
The HFS portion will work on any platform that supports GNU C and POSIX
conventions. The dmg portion has dependencies on zlib (which is included) and
libcrypto from openssl (which is not). If libcrypto is not available, remove
the -DHAVE_CRYPT flags from the CFLAGS of the makefiles. All FileVault
related actions will fail, but everything else should still work. I imagine
most places have libcrypto, and probably statically compiled zlib was a dumb
idea too.
USING
-----