aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/flex-inst.xml
blob: a6dcbaf904c7d75488ea76395eefa90b91e7fe28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<sect2>
<title>Installation of Flex</title>

<para>Install Flex by running the following commands:</para>

<para><screen><userinput>./configure --prefix=/usr &amp;&amp;
make &amp;&amp;
make install &amp;&amp;
cd /usr/bin &amp;&amp;
ln -sf flex lex</userinput></screen></para>

</sect2>