MidgardOS Developer Documentation

A website documenting creating the build root for MidgardOS


Section 5 - Building the Base System Tools

Navigation    
« GNU M4 HOME Flex 64-bit »

GNU Bc

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

Configuration

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

./configure --prefix=/usr

Compilation and Installation

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 »