Document HP-UX build support (#155)
This commit is contained in:
parent
e1f8c728bb
commit
229fb8483e
13
README.md
13
README.md
@ -33,6 +33,19 @@ the included `LICENSE.md` file for more detailed information.
|
|||||||
|
|
||||||
For compilation of the C library run `make`.
|
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
|
## General Information
|
||||||
|
|
||||||
The C library is found in this directory after successful compilation
|
The C library is found in this directory after successful compilation
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user