%general-entities; ]> $LastChangedBy$ $Date$ Gperf-&gperf-version; Gperf Introduction to Gperf Gperf generates a perfect hash function from a key set. Package Information Download (HTTP): Download (FTP): Download MD5 sum: &gperf-md5sum; Download size: &gperf-size; Estimated disk space required: &gperf-buildsize; Estimated build time: &gperf-time; User Notes: Installation of 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-&gperf-version; && install -m644 -v doc/gperf.{dvi,ps,pdf,txt} /usr/share/doc/gperf-&gperf-version; Command Explanations 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. Contents Installed Programs Installed Libraries Installed Directories gperf None /usr/share/doc/gperf-&gperf-version; Short Descriptions gperf generates a perfect hash function from a key set. gperf