10.28. Flex-2.6.4 N32 Libraries

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

10.28.1. Installation of Flex

Prepare Flex for compilation:

CC="gcc ${BUILDN32}" ./configure \
    --prefix=/usr \
    --libdir=/usr/lib32 \
    --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.”