diff options
Diffstat (limited to 'chapter06/bison-inst.xml')
-rw-r--r-- | chapter06/bison-inst.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/chapter06/bison-inst.xml b/chapter06/bison-inst.xml index 39a8f98fc..7240736b1 100644 --- a/chapter06/bison-inst.xml +++ b/chapter06/bison-inst.xml @@ -6,25 +6,25 @@ <para>First we use a patch to bison, backported from CVS, which fixes a minor compilation problem with some packages:</para> -<para><screen><userinput>patch -Np1 -i ../&bison-patch;</userinput></screen></para> +<screen><userinput>patch -Np1 -i ../&bison-patch;</userinput></screen> <para>Prepare Bison for compilation:</para> -<para><screen><userinput>./configure --prefix=/usr</userinput></screen></para> +<screen><userinput>./configure --prefix=/usr</userinput></screen> <para>Compile the package:</para> -<para><screen><userinput>make</userinput></screen></para> +<screen><userinput>make</userinput></screen> <para>This package has a test suite available which can perform a number of checks to ensure it built correctly. Should you choose to run it, the following command will do so (and takes a long time):</para> -<para><screen><userinput>make check</userinput></screen></para> +<screen><userinput>make check</userinput></screen> <para>And install the package:</para> -<para><screen><userinput>make install</userinput></screen></para> +<screen><userinput>make install</userinput></screen> </sect2> |