summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Osipov <michael.osipov@siemens.com>2019-05-08 02:02:19 +0200
committerSteven G. Johnson <stevenj@mit.edu>2019-05-07 20:02:19 -0400
commit229fb8483eb8188c3834a08b494d726503d07e33 (patch)
tree95fcdf73e88c40b818dd2849836d5b2480733ea8
parente1f8c728bb8dc7949715741049086748e18f6e04 (diff)
downloadlibutf8proc-229fb8483eb8188c3834a08b494d726503d07e33.tar.gz
libutf8proc-229fb8483eb8188c3834a08b494d726503d07e33.tar.bz2
Document HP-UX build support (#155)
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6223682..deb96be 100644
--- a/README.md
+++ b/README.md
@@ -33,6 +33,19 @@ the included `LICENSE.md` file for more detailed information.
For compilation of the C library run `make`.
+### Compiling on HP-UX
+Have HP aCC, GNU Make, and either GNU coreutils (`install`) or GNU libtool
+installed.
+
+```
+$ gmake CC=/opt/aCC/bin/aCC CFLAGS="" PICFLAG='+z' C99FLAG=-Ae INSTALL=.. \
+ WCFLAGS='+w' LDFLAG_SHARED=-b SOFLAG="-Wl,+h" \
+ prefix=$PREFIX libdir=$PREFIX/lib/hpux32 install
+```
+
+where `INSTALL` points either to `install` or `install-sh`, `PREFIX` points to
+your preferred target, e.g., `/opt` in System V Unix.
+
## General Information
The C library is found in this directory after successful compilation