MidgardOS Developer Documentation

A website documenting creating the build root for MidgardOS


Section 5 - Building the Base System Tools

Navigation    
« GNU GDBM 32-bit HOME Expat »

GNU GPerf

Name: GNU GPerf
Summary: A perfect hash function generator
License: GPL v3
Version: 3.3
URL: https://ftp.gnu.org/gnu/gperf/gperf-3.3.tar.gz

Average Build Time: 0.2 SBU
Used Install Space: 12 MiB

Configuration

To configure GNU GPerf for install into the build root, run the following command:

./configure --prefix=/usr \
            --docdir=/usr/share/doc/gperf-3.3

Compilation and Installation

To compile GNU GPerf, run the following command:

make

Next, run the test suite:

make check

Finally, to install GNU GPerf into the build tree, run the following command:

make install

Contents

Contents  
Installed Programs gperf
Navigation    
« GNU GDBM 32-bit HOME Expat »