added build instructions

This commit is contained in:
Martchus 2015-05-19 22:43:48 +02:00
parent ce28c9a9ce
commit fe36a2a822
1 changed files with 4 additions and 0 deletions

View File

@ -1,2 +1,6 @@
# passwordfile
C++ library to read/write passwords from/to encrypted files.
## Build instructions
The passwordfile library depends on c++utilities and is built in the same way.
It also depends on OpenSSL and zlib.