diff options
author | Richard Levitte <levitte@openssl.org> | 2024-04-17 13:56:26 +0200 |
---|---|---|
committer | Tomas Mraz <tomas@openssl.org> | 2024-05-22 09:59:32 +0200 |
commit | 4e8c4b77ef7480b80de1971d8862300c366015e9 (patch) | |
tree | dc9109da1c88f3dbf32f6cceb48ac1da57fd31fc /INSTALL.md | |
parent | When defining ossl_ssize_t = ssize_t, remember to include sys/types.h (diff) | |
download | openssl-4e8c4b77ef7480b80de1971d8862300c366015e9.tar.xz openssl-4e8c4b77ef7480b80de1971d8862300c366015e9.zip |
Add installation documentation and notes on ANSI C and POSIX
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24173)
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md index 6073979bc0..8e56ed4a07 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -52,6 +52,8 @@ To install OpenSSL, you will need: * Perl 5 with core modules (please read [NOTES-PERL.md](NOTES-PERL.md)) * The Perl module `Text::Template` (please read [NOTES-PERL.md](NOTES-PERL.md)) * an ANSI C compiler + * POSIX C library (at least POSIX.1-2008), or compatible types and + functionality. * a development environment in the form of development libraries and C header files * a supported operating system @@ -65,6 +67,7 @@ issues and other details, please read one of these: * [Notes for the DOS platform with DJGPP](NOTES-DJGPP.md) * [Notes for the OpenVMS platform](NOTES-VMS.md) * [Notes for the HPE NonStop platform](NOTES-NONSTOP.md) + * [Notes on POSIX](NOTES-POSIX.md) * [Notes on Perl](NOTES-PERL.md) * [Notes on Valgrind](NOTES-VALGRIND.md) |