diff options
author | Richard Levitte <levitte@openssl.org> | 2001-05-17 06:16:19 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2001-05-17 06:16:19 +0200 |
commit | d57d85ff3501443680631b445c982efa74c488a8 (patch) | |
tree | fe7641a08c93a615a9cc643e8a78893460ef5446 /INSTALL | |
parent | Add missing item(s) SSL_ERROR_WANT_CONNECT, SSL_ERROR_WANT_ACCEPT. (diff) | |
download | openssl-d57d85ff3501443680631b445c982efa74c488a8.tar.xz openssl-d57d85ff3501443680631b445c982efa74c488a8.zip |
Add a few more details on what one might need. make and a development
environment were a part of a Unix operating systems, but these days
you see an increasing number of installations that do not necessarely
have these crucial parts by default, so it's needs mentioning.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -7,8 +7,11 @@ To install OpenSSL, you will need: + * make * Perl 5 * an ANSI C compiler + * a development environment in form of development libraries and C + header files * a supported Unix operating system Quick Start |