From 78e881e4dd745ea9dc2ef97f88a4152dabd50759 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 6 Nov 2023 13:51:24 +0000 Subject: Actually, tipidee's not in beta anymore Signed-off-by: Laurent Bercot --- README | 6 ------ README.macos | 3 +++ README.solaris | 11 +++++++++++ doc/index.html | 4 +--- 4 files changed, 15 insertions(+), 9 deletions(-) create mode 100644 README.macos create mode 100644 README.solaris diff --git a/README b/README index 06a9db1..4e7695a 100644 --- a/README +++ b/README @@ -7,12 +7,6 @@ most of the HTTP protocol. See https://skarnet.org/software/tipidee/ for details. - tipidee is still in BETA state. There is no numbered version -release yet (the download link will not work), it's not fully -documented yet, and there is no guarantee it will work for you; -but if you want to contribute to the debugging process, please -download and use it, and report any bugs you find. - * Installation ------------ 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. diff --git a/doc/index.html b/doc/index.html index 8a27de2..e90ee14 100644 --- a/doc/index.html +++ b/doc/index.html @@ -143,9 +143,7 @@ Don't take my word for it; try it out for yourself.