Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 314 Bytes

File metadata and controls

18 lines (10 loc) · 314 Bytes

Environment Variable

export CC=xlc

Run Configure

./configure --prefix=/opt/freware

To build binaries

make CFLAGS="$CFLAGS" LDFLAGS=-s

Install

./configure --prefix=/opt/freeware --infodir=/opt/freeware/info --mandir=/opt/freeware/man mkdir -p /opt/freeware/lib/findutils make prefix=/opt/freeware install