%general-entities; ]> $LastChangedBy$ $Date$ Popt-&popt-version; Popt Introduction to Popt The popt package contains the popt libraries which are used by some programs to parse command-line options. Package Information Download (HTTP): Download (FTP): Download MD5 sum: &popt-md5sum; Download size: &popt-size; Estimated disk space required: &popt-buildsize; Estimated build time: &popt-time; User Notes: Installation of Popt Install popt by running the following commands: sed -i -e "/*origOptString ==/c 0)" popt.c && ./configure --prefix=/usr && make If you have 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-&popt-version; && install -v -m644 doxygen/html/* /usr/share/doc/popt-&popt-version; Command Explanations sed ...: This fix taken backported from the development version of popt fixes a problem identified by the included testsuite. Contents Installed Programs Installed Library Installed Directories None libpopt.{so,a} /usr/share/doc/popt-&popt-version; Short Descriptions libpopt.{so,a} is used to parse command-line options. libpopt.{so,a}