repo/gperf/build
2021-07-16 02:05:23 +02:00

7 lines
185 B
Text
Executable file

wget http://ftp.gnu.org/pub/gnu/gperf/gperf-3.1.tar.gz
tar -xf gperf-3.1.tar.gz
cd gperf-3.1
./configure --prefix=/usr --docdir=/usr/share/doc/gperf-3.1
make
make DESTDIR="$1" install