diff options
Diffstat (limited to 'chapter06/flex-inst.xml')
-rw-r--r-- | chapter06/flex-inst.xml | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/chapter06/flex-inst.xml b/chapter06/flex-inst.xml index efe1801bc..fedd2dc5e 100644 --- a/chapter06/flex-inst.xml +++ b/chapter06/flex-inst.xml @@ -1,19 +1,13 @@ <sect2> <title>Installation of Flex</title> -<para> -Install Flex by running the following commands: -</para> +<para>Install Flex by running the following commands:</para> -<para> -<screen> -<userinput>./configure --prefix=/usr &&</userinput> +<para><screen><userinput>./configure --prefix=/usr &&</userinput> <userinput>make &&</userinput> <userinput>make install &&</userinput> <userinput>cd /usr/bin &&</userinput> -<userinput>ln -s flex lex</userinput> -</screen> -</para> +<userinput>ln -s flex lex</userinput></screen></para> </sect2> |