source: general/genlib/popt.xml@ 3f455af

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 3f455af was e5243605, checked in by Randy McMurchy <randy@…>, 19 years ago

Minor fixes to Popt and Subversion instructions

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3715 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 3.6 KB
RevLine 
[52d29f7]1<?xml version="1.0" encoding="ISO-8859-1"?>
[ff769b8c]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
[52d29f7]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[d980016]7<!ENTITY popt-download-http "http://ftp.debian.org/debian/pool/main/p/popt/popt_1.7.orig.tar.gz">
[b7d4094]8<!ENTITY popt-download-ftp "ftp://ftp.debian.org/debian/pool/main/p/popt/popt_1.7.orig.tar.gz">
[85a135f]9<!ENTITY popt-md5sum "5988e7aeb0ae4dac8d83561265984cc9">
[d980016]10<!ENTITY popt-size "562 KB">
[e5243605]11<!ENTITY popt-buildsize "5.5 MB">
12<!ENTITY popt-time "0.17 SBU">
[52d29f7]13]>
14
[d980016]15<sect1 id="popt" xreflabel="popt-&popt-version;-5">
[197d9d4]16
[a0f03b0]17<sect1info>
[197d9d4]18 <othername>$LastChangedBy$</othername>
19 <date>$Date$</date>
[a0f03b0]20</sect1info>
[197d9d4]21
[7f72cbf]22<?dbhtml filename="popt.html"?>
[197d9d4]23
[d980016]24<title><application>popt</application>-&popt-version;-5</title>
[197d9d4]25
[d980016]26<indexterm zone="popt">
[85a135f]27 <primary sortas="a-Popt">Popt</primary>
[197d9d4]28</indexterm>
[f45b1953]29
[52d29f7]30<sect2>
31<title>Introduction to <application>popt</application></title>
[def11b7]32
33<para>The <application>popt</application> package contains the
34<application>popt</application> libraries which are used by
[52d29f7]35some programs to parse command-line options.</para>
[def11b7]36
[52d29f7]37<sect3><title>Package information</title>
38<itemizedlist spacing='compact'>
[197d9d4]39 <listitem><para>Download (HTTP):
40 <ulink url="&popt-download-http;"/></para></listitem>
41 <listitem><para>Download (FTP):
42 <ulink url="&popt-download-ftp;"/></para></listitem>
[85a135f]43 <listitem><para>Download MD5 sum: &popt-md5sum;</para></listitem>
[197d9d4]44 <listitem><para>Download size: &popt-size;</para></listitem>
45 <listitem><para>Estimated disk space required:
46 &popt-buildsize;</para></listitem>
47 <listitem><para>Estimated build time:
48 &popt-time;</para></listitem>
49</itemizedlist>
[52d29f7]50</sect3>
[def11b7]51
[d980016]52<sect3><title>Additional downloads</title>
53<itemizedlist spacing='compact'>
[197d9d4]54 <listitem><para>Patch level upgrade: <ulink
55 url="http://ftp.debian.org/debian/pool/main/p/popt/popt_&popt-version;-5.diff.gz"/></para>
56 </listitem>
[d980016]57</itemizedlist>
58</sect3>
59
[52d29f7]60</sect2>
61
62<sect2>
63<title>Installation of <application>popt</application></title>
[def11b7]64
65<para>Install <application>popt</application> by running the following
66commands:</para>
67
[d980016]68<screen><userinput><command>patch -Np1 -i ../popt_&popt-version;-5.diff &amp;&amp;
69./configure --prefix=/usr &amp;&amp;
70cp configure.in configure.ac &amp;&amp;
71touch configure.in configure.ac &amp;&amp;
[d8614521]72make</command></userinput></screen>
73
74<para>Now, as the root user:</para>
75
76<screen><userinput role='root'><command>make install</command></userinput></screen>
[def11b7]77
[52d29f7]78</sect2>
79
80<sect2>
[d980016]81<title>Command explanations</title>
82
83<para><command>cp configure.in configure.ac</command>:
[197d9d4]84Because <filename>configure.in</filename> is updated with the patch,
85this file is needed for <command>make</command> to work properly.</para>
[d980016]86
87<para><command>touch configure.in configure.ac</command>:
88Ensure file timestamps are the same.</para>
89
[52d29f7]90</sect2>
[def11b7]91
[d980016]92<sect2>
93<title>Contents</title>
[def11b7]94
[d980016]95<segmentedlist>
[e5243605]96 <segtitle>Installed Programs</segtitle>
[197d9d4]97 <segtitle>Installed Library</segtitle>
[e5243605]98 <segtitle>Installed Directories</segtitle>
[197d9d4]99 <seglistitem>
[e5243605]100 <seg>None</seg>
[d8614521]101 <seg>libpopt.[so,a]</seg>
[e5243605]102 <seg>None</seg>
[197d9d4]103 </seglistitem>
[d980016]104</segmentedlist>
105
106<variablelist>
[197d9d4]107 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
108 <?dbfo list-presentation="list"?>
109
110 <varlistentry id="libpopt">
[d8614521]111 <term><filename role='library'>libpopt.[so,a]</filename></term>
[197d9d4]112 <listitem>
113 <para> is used to parse command-line options.</para>
114 <indexterm zone="popt libpopt">
[d8614521]115 <primary sortas="c-libpopt">libpopt.[so,a]</primary>
[197d9d4]116 </indexterm>
117 </listitem>
118 </varlistentry>
[d980016]119</variablelist>
[def11b7]120
[52d29f7]121</sect2>
[f45b1953]122
123</sect1>
[ecd2b3d8]124
Note: See TracBrowser for help on using the repository browser.