popt-1.7

Introduction to popt

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

Package information

Installation of popt

Install popt by running the following commands:

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

Contents

The popt package contains the libpopt libraries.

Description

popt library

The libpopt library is used to parse command-line options.