Update README to include info about github clone.

This commit is contained in:
Bob Beck 2014-07-11 07:53:18 -06:00
parent d698dcfaa1
commit 0dbaf32ece

19
README
View File

@ -1,10 +1,21 @@
This package is the portable version of LibReSSL (http://www.libressl.org).
This package is the portable version of LibreSSL (http://www.libressl.org).
LibReSSL is a fork of OpenSSL developed by the OpenBSD project
(http://www.openbsd.org). LibReSSL is developed on OpenBSD. This
LibreSSL is a fork of OpenSSL developed by the OpenBSD project
(http://www.openbsd.org). LibreSSL is developed on OpenBSD. This
package then adds portability shims for other operating systems.
./configure make make check make install
Official release tarballs are available at your friendly neighborhood
OpenBSD mirror in directory libressl:
e.g. http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/
although it is suggested you use a mirror.
A github clone of the official repositories is kept at
https://github.com/libressl-portable
We update this repository semi-frequently, but it should be used for
informational purposes only.
./configure && make check && make install
See crypto/compat for the bulk of the local compatibility code.