Popt-1.14

Introduction to Popt

The popt package contains the popt libraries which are used by some programs to parse command-line options.

Package Information

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/popt

Installation of Popt

Install popt by running the following commands:

./configure --prefix=/usr &&
make

If you have Doxygen-1.5.2 installed and wish to build the API documentation, issue doxygen.

To test the results, issue:

make check

Now, as the root user:

make install

If you built the API documentation, install it using the following commands issued by the root user:

install -v -m755 -d /usr/share/doc/popt-1.14 &&
install -v -m644 doxygen/html/* /usr/share/doc/popt-1.14

Contents

Installed Programs: None
Installed Library: libpopt.{so,a}
Installed Directories: /usr/share/doc/popt-1.14

Short Descriptions

libpopt.{so,a}

is used to parse command-line options.

Last updated on 2008-11-08 12:36:49 -0600