popt-1.7-5

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:

patch -Np1 -i ../popt_1.7-5.diff &&
./configure --prefix=/usr &&
cp configure.in configure.ac &&
touch configure.in configure.ac &&
make

Now, as the root user:

make install

Command explanations

cp configure.in configure.ac: Because configure.in is updated with the patch, this file is needed for make to work properly.

touch configure.in configure.ac: Ensure file timestamps are the same.

Contents

Installed Library: libpopt.[so,a]

Short Descriptions

libpopt.[so,a]

is used to parse command-line options.

Last updated on 2005-02-04 16:29:53 -0700