utf8proc

A clean C library for processing UTF-8 Unicode data
git clone https://git.sinitax.com/juliastrings/utf8proc
Log | Files | Refs | README | LICENSE | sfeed.txt

commit 229fb8483eb8188c3834a08b494d726503d07e33
parent e1f8c728bb8dc7949715741049086748e18f6e04
Author: Michael Osipov <michael.osipov@siemens.com>
Date:   Wed,  8 May 2019 02:02:19 +0200

Document HP-UX build support (#155)


Diffstat:
MREADME.md | 13+++++++++++++
1 file changed, 13 insertions(+), 0 deletions(-)

diff --git 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