summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-05-17 04:16:19 +0000
committerRichard Levitte <levitte@openssl.org>2001-05-17 04:16:19 +0000
commitd57d85ff3501443680631b445c982efa74c488a8 (patch)
treefe7641a08c93a615a9cc643e8a78893460ef5446 /INSTALL
parent74daa124c211a8a08bfcfcc210652b1ebbdf0b45 (diff)
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--INSTALL3
1 files changed, 3 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index f4691454a1..21bff884aa 100644
--- a/INSTALL
+++ b/INSTALL
@@ -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