mirror of https://github.com/openssl/openssl.git
Make OS/X more explicit, to avoid questions
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/6404)
This commit is contained in:
parent
166f0082e7
commit
886c2e614f
4
INSTALL
4
INSTALL
|
|
@ -2,7 +2,7 @@
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
This document describes installation on all supported operating
|
This document describes installation on all supported operating
|
||||||
systems (the Linux/Unix family, OpenVMS and Windows)
|
systems (the Linux/Unix family including Mac OS/X, OpenVMS and Windows)
|
||||||
|
|
||||||
To install OpenSSL, you will need:
|
To install OpenSSL, you will need:
|
||||||
|
|
||||||
|
|
@ -76,7 +76,7 @@
|
||||||
|
|
||||||
If you want to just get on with it, do:
|
If you want to just get on with it, do:
|
||||||
|
|
||||||
on Unix:
|
on Unix (again, this includes Mac OS/X):
|
||||||
|
|
||||||
$ ./config
|
$ ./config
|
||||||
$ make
|
$ make
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue