diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-11-06 13:51:24 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2023-11-06 13:51:24 +0000 |
commit | 78e881e4dd745ea9dc2ef97f88a4152dabd50759 (patch) | |
tree | 368ea8e4f3b20dda3712c75cb394adb380d1259f | |
parent | fbf290c57425d1c5460eacd7d908cff4d1e586f9 (diff) | |
download | tipidee-78e881e4dd745ea9dc2ef97f88a4152dabd50759.tar.gz tipidee-78e881e4dd745ea9dc2ef97f88a4152dabd50759.tar.xz tipidee-78e881e4dd745ea9dc2ef97f88a4152dabd50759.zip |
Actually, tipidee's not in beta anymore
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-rw-r--r-- | README | 6 | ||||
-rw-r--r-- | README.macos | 3 | ||||
-rw-r--r-- | README.solaris | 11 | ||||
-rw-r--r-- | doc/index.html | 4 |
4 files changed, 15 insertions, 9 deletions
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. </li> <ul> <li> The current released version of tipidee is -<a href="tipidee-0.0.1.0.tar.gz">0.0.1.0</a>. -(That is a lie. The link is broken, because tipidee is still -in beta. It will work when it's officially released.) </li> +<a href="tipidee-0.0.1.0.tar.gz">0.0.1.0</a>. </li> <li> You can checkout a copy of the <a href="//git.skarnet.org/cgi-bin/cgit.cgi/tipidee/">tipidee git repository</a>: |