10.23. Flex-2.5.39 32 Bit Libraries

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

10.23.1. Installation of Flex

Prepare Flex for compilation:

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

Compile the package:

make

Install the package:

make install

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