diff options
Diffstat (limited to 'chapter06/flex-inst.xml')
-rw-r--r-- | chapter06/flex-inst.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chapter06/flex-inst.xml b/chapter06/flex-inst.xml index f93f42bcb..a14173da8 100644 --- a/chapter06/flex-inst.xml +++ b/chapter06/flex-inst.xml @@ -6,13 +6,11 @@ Install Flex by running the following commands: </para> <blockquote><literallayout> - <userinput>./configure --prefix=/usr &&</userinput> <userinput>make &&</userinput> <userinput>make install &&</userinput> <userinput>cd /usr/bin &&</userinput> <userinput>ln -s flex lex</userinput> - </literallayout></blockquote> </sect2> |