diff options
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/generalinstructions.xml | 23 |
1 files changed, 21 insertions, 2 deletions
diff --git a/chapter05/generalinstructions.xml b/chapter05/generalinstructions.xml index ba632c0ee..c1caca30b 100644 --- a/chapter05/generalinstructions.xml +++ b/chapter05/generalinstructions.xml @@ -51,8 +51,27 @@ <para>Finally, two last important items must be emphasized:</para> <important> - <para>The build instructions assume that the <command>bash</command> - shell is in use.</para> + + <para>The build instructions assume that the <xref + linkend='pre-hostreqs'/>, including symbolic links, have been set + properly:</para> + + <itemizedlist role='important'> + + <listitem override='bullet'><para><command>bash</command> is the shell + in use.</para></listitem> + + <listitem override='bullet'><para><command>sh</command> is a symbolic + link to <command>bash</command>.</para></listitem> + + <listitem override='bullet'><para><command>/usr/bin/awk</command> is a + symbolic link to <command>gawk</command>.</para></listitem> + + <listitem override='bullet'><para><command>/usr/bin/yacc</command> is a + symbolic link to <command>bison</command> or a small script that + executes bison.</para></listitem> + + </itemizedlist> </important> <important> |