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 &&
make &&
make install &&
cd /usr/bin &&
ln -sf flex lex</userinput></screen></para>
</sect2>
|