****************
* Installation *
****************

* UNIX:
Requirements:
- zlib (http://www.zlib.net/)

Build:
You may change settings in src/config.h (see README)
Then simply type:
  make
You can now copy the "bcrypt" binary where you want


* WINDOWS:
Requirement:
- A working MingW environnement (mingw.org)
- zlib (from mingw project) is provided for convenience

Build:
see UNIX section
We do a static build to have only one file and not to
be forced to carry the zlib dll with the exe file
