10.27. Flex-2.6.4 32 Bit Libraries

The Flex package contains a utility for generating programs that recognize patterns in text.

10.27.1. Installation of Flex

Prepare Flex for compilation:

CC="gcc ${BUILD32}" ./configure \
    --prefix=/usr \
    --docdir=/usr/share/doc/flex-2.6.4

Compile the package:

make

Install the package:

make install

Details on this package are located in Section 10.29.2, “Contents of Flex.”