summaryrefslogtreecommitdiff
path: root/README.solaris
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2023-11-06 13:51:24 +0000
committerLaurent Bercot <ska@appnovation.com>2023-11-06 13:51:24 +0000
commit78e881e4dd745ea9dc2ef97f88a4152dabd50759 (patch)
tree368ea8e4f3b20dda3712c75cb394adb380d1259f /README.solaris
parentfbf290c57425d1c5460eacd7d908cff4d1e586f9 (diff)
downloadtipidee-78e881e4dd745ea9dc2ef97f88a4152dabd50759.tar.xz
Actually, tipidee's not in beta anymore
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'README.solaris')
-rw-r--r--README.solaris11
1 files changed, 11 insertions, 0 deletions
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.