source: general/genlib/gcab.xml@ 96a09fb8

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 96a09fb8 was 96a09fb8, checked in by Douglas R. Reno <renodr@…>, 7 years ago

Update to yaml-0.1.7
Tags and various fixes before I start GNOME

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

  • Property mode set to 100644
File size: 4.9 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY gcab-download-http
8 "&gnome-download-http;/gcab/0.7/gcab-&gcab-version;.tar.xz">
9 <!ENTITY gcab-download-ftp
10 "&gnome-download-ftp;/gcab/0.7/gcab-&gcab-version;.tar.xz">
11 <!ENTITY gcab-md5sum "d8c54c340e56d0b6a8fe082fd04d8090">
12 <!ENTITY gcab-size "328 KB">
13 <!ENTITY gcab-buildsize "5.2 MB (with tests)">
14 <!ENTITY gcab-time "0.1 SBU (with tests)">
15]>
16
17<sect1 id="gcab" xreflabel="gcab-&gcab-version;" revision="systemd">
18 <?dbhtml filename="gcab.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>gcab-&gcab-version;</title>
26
27 <indexterm zone="gcab">
28 <primary sortas="a-gcab">gcab</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to Gcab</title>
33
34 <para>
35 The <application>Gcab</application> package contains a
36 program and a library used to create Microsoft cabinet
37 (.cab) archives.
38 </para>
39
40 &lfs81_checked;
41
42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>
46 Download (HTTP): <ulink url="&gcab-download-http;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download (FTP): <ulink url="&gcab-download-ftp;"/>
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download MD5 sum: &gcab-md5sum;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Download size: &gcab-size;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated disk space required: &gcab-buildsize;
67 </para>
68 </listitem>
69 <listitem>
70 <para>
71 Estimated build time: &gcab-time;
72 </para>
73 </listitem>
74 </itemizedlist>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="glib2"/>
79 </para>
80
81 <bridgehead renderas="sect4">Recommended</bridgehead>
82 <para role="recommended">
83 <xref linkend="gobject-introspection"/> and
84 <xref linkend="vala"/>
85 </para>
86
87 <bridgehead renderas="sect4">Optional</bridgehead>
88 <para role="optional">
89 <xref linkend="gtk-doc"/>
90 </para>
91
92 <para condition="html" role="usernotes">User Notes:
93 <ulink url="&blfs-wiki;/gcab"/>
94 </para>
95 </sect2>
96
97 <sect2 role="installation">
98 <title>Installation of Gcab</title>
99
100 <para>
101 Install <application>Gcab</application> by running
102 the following commands:
103 </para>
104
105<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
106make</userinput></screen>
107
108 <para>
109 To test the results, issue: <command>make check</command>.
110 </para>
111
112 <para>
113 Now, as the <systemitem class="username">root</systemitem> user:
114 </para>
115
116<screen role="root"><userinput>make install</userinput></screen>
117
118 </sect2>
119
120 <sect2 role="commands">
121 <title>Command Explanations</title>
122
123 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
124 href="../../xincludes/static-libraries.xml"/>
125
126 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
127 href="../../xincludes/gtk-doc-rebuild.xml"/>
128
129 </sect2>
130
131 <sect2 role="content">
132 <title>Contents</title>
133
134 <segmentedlist>
135 <segtitle>Installed Program</segtitle>
136 <segtitle>Installed Libraries</segtitle>
137 <segtitle>Installed Directories</segtitle>
138
139 <seglistitem>
140 <seg>
141 gcab
142 </seg>
143 <seg>
144 libgcab-1.0.so
145 </seg>
146 <seg>
147 /usr/include/libgcab-1.0 and
148 /usr/share/gtk-doc/html/gcab
149 </seg>
150 </seglistitem>
151 </segmentedlist>
152
153 <variablelist>
154 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
155 <?dbfo list-presentation="list"?>
156 <?dbhtml list-presentation="table"?>
157
158 <varlistentry id="gcab-prog">
159 <term><command>gcab</command></term>
160 <listitem>
161 <para>
162 is a program used to create Microsoft cabinet
163 (.cab) archives.
164 </para>
165 <indexterm zone="gcab gcab-prog">
166 <primary sortas="b-gcab">gcab</primary>
167 </indexterm>
168 </listitem>
169 </varlistentry>
170
171 <varlistentry id="libgcab-1.0">
172 <term><filename class="libraryfile">libgcab-1.0.so</filename></term>
173 <listitem>
174 <para>
175 contains API functions for creating Microsoft
176 cabinet (.cab) archives.
177 </para>
178 <indexterm zone="gcab libgcab-1.0">
179 <primary sortas="c-libgcab-1.0">libgcab-1.0.so</primary>
180 </indexterm>
181 </listitem>
182 </varlistentry>
183
184 </variablelist>
185
186 </sect2>
187
188</sect1>
Note: See TracBrowser for help on using the repository browser.