2
0

Merge branch 'master' of github.com:Lyndir/MasterPassword

This commit is contained in:
Maarten Billemont 2014-11-21 01:31:07 -05:00
commit 9ab1b2d47a

View File

@ -4,6 +4,7 @@
# - To enable verbose algorithm/implementation debugging, use ./build -DDEBUG # - To enable verbose algorithm/implementation debugging, use ./build -DDEBUG
# - If you see 'undefined reference to `AES_encrypt'', # - If you see 'undefined reference to `AES_encrypt'',
# make sure you have openssl installed. # make sure you have openssl installed.
# If libcrypto.a is in a non-standard directory, try ./build -L[your-lib-dir]
# - If you see 'undefined reference to `clock_gettime'', # - If you see 'undefined reference to `clock_gettime'',
# try ./build -lrt instead. # try ./build -lrt instead.
# - If you see 'x86.S:202: Error: junk at end of line, first unrecognized character is `,'', # - If you see 'x86.S:202: Error: junk at end of line, first unrecognized character is `,'',