diff options
Diffstat (limited to 'chapter06/flex-inst.xml')
-rw-r--r-- | chapter06/flex-inst.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/chapter06/flex-inst.xml b/chapter06/flex-inst.xml new file mode 100644 index 000000000..f93f42bcb --- /dev/null +++ b/chapter06/flex-inst.xml @@ -0,0 +1,19 @@ +<sect2> +<title>Installation of Flex</title> + +<para> +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> + |