Gperf generates a perfect hash function from a key set.
Download (HTTP): http://ftp.gnu.org/gnu/gperf/gperf-3.0.3.tar.gz
Download (FTP): ftp://ftp.gnu.org/gnu/gperf/gperf-3.0.3.tar.gz
Download MD5 sum: cc20e58975a38075440423c8fb85fd00
Download size: 866 KB
Estimated disk space required: 4 MB
Estimated build time: less than 0.1 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gperf
Install Gperf by running the following commands:
./configure --prefix=/usr && make
If desired, create a text version of the documentation by issuing the following command:
makeinfo -o doc/gperf.txt --plaintext doc/gperf.texi
To test the results, issue make check. There should be no output from the diff commands.
Now, as the root
user:
make install && install -v -m755 -d /usr/share/doc/gperf-3.0.3 && install -m644 -v doc/gperf.{dvi,ps,pdf,txt} /usr/share/doc/gperf-3.0.3
install -m644 -v doc/gperf.{dvi,ps,pdf,txt} ...: This command installs documentation. Modify the command (remove ',txt') if you did not build the text version.
Last updated on 2008-04-09 10:40:36 -0500