blob: fedd2dc5ec71fbf2c3e21c72787ce0dd2fc2c8d0 (
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 &&</userinput>
<userinput>make &&</userinput>
<userinput>make install &&</userinput>
<userinput>cd /usr/bin &&</userinput>
<userinput>ln -s flex lex</userinput></screen></para>
</sect2>
|