A website documenting creating the build root for MidgardOS
| Navigation | ||
|---|---|---|
| « GNU GDBM 32-bit | HOME | Expat » |
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
To configure GNU GPerf for install into the build root, run the following command:
./configure --prefix=/usr \
--docdir=/usr/share/doc/gperf-3.3
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 | |
|---|---|
| Installed Programs | gperf |
| Navigation | ||
|---|---|---|
| « GNU GDBM 32-bit | HOME | Expat » |