repo/gperf/build

8 lines
185 B
Text
Raw Normal View History

2021-07-16 23:33:05 +03:00
wget http://ftp.gnu.org/pub/gnu/gperf/gperf-3.1.tar.gz
2021-07-16 03:05:23 +03:00
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