From b20af044a7440ecc381ab9f5276b0b8c540ff796 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 6 Nov 2023 13:28:07 +0000 Subject: version: 0.0.1.6 Signed-off-by: Laurent Bercot --- README.macos | 3 +++ README.solaris | 11 +++++++++++ 2 files changed, 14 insertions(+) create mode 100644 README.macos create mode 100644 README.solaris diff --git a/README.macos b/README.macos new file mode 100644 index 0000000..9bdfadc --- /dev/null +++ b/README.macos @@ -0,0 +1,3 @@ + This package will compile and run on Darwin (MacOS), but the building of +shared libraries is not supported. + Make sure you use the --disable-shared option to configure. diff --git a/README.solaris b/README.solaris new file mode 100644 index 0000000..0450a37 --- /dev/null +++ b/README.solaris @@ -0,0 +1,11 @@ + This package assumes the existence of a POSIX shell in /bin/sh. + On Solaris, /bin/sh is not POSIX. Most versions of Solaris provide +a POSIX shell in /usr/xpg4/bin/sh. + + To compile this package on Solaris, you will need to run + + ./patch-for-solaris + + before you run ./configure. This script will change the #! invocation +of the configure script and various tools so that a POSIX shell is used +for the compilation process. -- cgit v1.2.3