source: gnome/otherlibs/libghttp.xml@ 0a7c3921

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.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 0a7c3921 was 0a7c3921, checked in by Randy McMurchy <randy@…>, 18 years ago

Added the 'User Notes' wiki link to each package page; changed all instances of .[so,a] to .{so,a} (brackets changed to braces); changed all replaceable tags to use angle brackets instead of square brackets to encapsulate the text - commit #4

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

  • Property mode set to 100644
File size: 3.4 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY libghttp-download-http "&gnome-download-http;/libghttp/1.0/libghttp-&libghttp-version;.tar.gz">
8 <!ENTITY libghttp-download-ftp "&gnome-download-ftp;/libghttp/1.0/libghttp-&libghttp-version;.tar.gz">
9 <!ENTITY libghttp-md5sum "0690e7456f9a15c635f240f3d6d5dab2">
10 <!ENTITY libghttp-size "147 KB">
11 <!ENTITY libghttp-buildsize "1.5 MB">
12 <!ENTITY libghttp-time "less than 0.1 SBU">
13]>
14
15<sect1 id="libghttp" xreflabel="libghttp-&libghttp-version;">
16 <?dbhtml filename="libghttp.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 <keywordset>
22 <keyword role="package">libghttp-&libghttp-version;.tar</keyword>
23 <keyword role="ftpdir">libghttp</keyword>
24 </keywordset>
25 </sect1info>
26
27 <title>Libghttp-&libghttp-version;</title>
28
29 <indexterm zone="libghttp">
30 <primary sortas="a-Libghttp">Libghttp</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to Libghttp</title>
35
36 <para>The <application>libghttp</application> package contains a
37 <application>GNOME</application> 1.4 HTTP client library.</para>
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>Download (HTTP): <ulink url="&libghttp-download-http;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download (FTP): <ulink url="&libghttp-download-ftp;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download MD5 sum: &libghttp-md5sum;</para>
49 </listitem>
50 <listitem>
51 <para>Download size: &libghttp-size;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated disk space required: &libghttp-buildsize;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated build time: &libghttp-time;</para>
58 </listitem>
59 </itemizedlist>
60
61 <para condition="html" role="usernotes">User Notes:
62 <ulink url="&blfs-wiki;/libghttp"/></para>
63
64 </sect2>
65
66 <sect2 role="installation">
67 <title>Installation of Libghttp</title>
68
69 <para>Install <application>libghttp</application> by running the following
70 commands:</para>
71
72<screen><userinput>./configure --prefix=/opt/gnome-1.4 &amp;&amp;
73make</userinput></screen>
74
75 <para>This package does not come with a test suite.</para>
76
77 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
78
79<screen role='root'><userinput>make install &amp;&amp;
80install -v -m644 -D doc/ghttp.html \
81 /opt/gnome-1.4/share/doc/libghttp-&libghttp-version;/ghttp.html</userinput></screen>
82
83 </sect2>
84
85 <sect2 role="commands">
86 <title>Command Explanations</title>
87
88 <para><parameter>--prefix=/opt/gnome-1.4</parameter>: Installs
89 <application>libghttp</application> in the
90 <application>GNOME</application> 1.4 directory structure.</para>
91
92 </sect2>
93
94 <sect2 role="content">
95 <title>Contents</title>
96
97 <segmentedlist>
98 <segtitle>Installed Programs</segtitle>
99 <segtitle>Installed Library</segtitle>
100 <segtitle>Installed Directory</segtitle>
101
102 <seglistitem>
103 <seg>None</seg>
104 <seg>libghttp.{so,a}</seg>
105 <seg>/opt/gnome-1.4/share/doc/libghttp-&libghttp-version;</seg>
106 </seglistitem>
107 </segmentedlist>
108
109 </sect2>
110
111</sect1>
Note: See TracBrowser for help on using the repository browser.