Details on this package are located in Section 6.38.2, “Contents of Flex.”
The Flex package contains a utility for generating programs that recognize patterns in text.
User Notes: http://wiki.linuxfromscratch.org/hlfs/wiki/flex
Prepare Flex for compilation:
./configure --prefix=/tools
Compile the package:
make
Install the package:
make install
Details on this package are located in Section 6.38.2, “Contents of Flex.”