A website documenting creating the build root for MidgardOS
| Navigation | ||
|---|---|---|
| « GNU M4 | HOME | Flex 64-bit » |
Name: GNU Bc
Summary: An arbitrary precision processing language
License: GPL v3 or later
Version: 1.08.2
URL: https://ftp.gnu.org/gnu/bc/bc-1.08.2.tar.gz
Average Build Time: less than 0.1 SBU
Used Install Space: 7.8 MiB
To configure GNU Bc for install into the build root, run the following command:
./configure --prefix=/usr
To compile GNU Bc, run the following command:
make
Next, run the test suite:
make check
Finally, to install GNU Bc into the build tree, run the following command:
make install
| Contents | |
|---|---|
| Installed Programs | bc and dc |
| Navigation | ||
|---|---|---|
| « GNU M4 | HOME | Flex 64-bit » |