diff options
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/bc.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter08/bc.xml b/chapter08/bc.xml index dfff0364f..b116fe10e 100644 --- a/chapter08/bc.xml +++ b/chapter08/bc.xml @@ -41,6 +41,10 @@ <sect2 role="installation"> <title>Installation of Bc</title> + <para>First, fix an error in the configure script::</para> + +<screen><userinput remap="pre">sed -i '612d' configure.sh</userinput></screen> + <para>Prepare Bc for compilation:</para> <screen><userinput remap="configure">PREFIX=/usr CC=gcc ./configure.sh -G -O3</userinput></screen> |