mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 15:12:11 +08:00
176 lines
4.8 KiB
XML
176 lines
4.8 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY libisofs-download-http
|
|
"https://files.libburnia-project.org/releases/libisofs-&libisofs-version;.tar.gz">
|
|
<!ENTITY libisofs-download-ftp " ">
|
|
<!ENTITY libisofs-md5sum "c34fbf182e79af8fdaddda5e27d326ba">
|
|
<!ENTITY libisofs-size "852 KB">
|
|
<!ENTITY libisofs-buildsize "14 MB">
|
|
<!ENTITY libisofs-time "0.1 SBU">
|
|
]>
|
|
|
|
<sect1 id="libisofs" xreflabel="libisofs-&libisofs-version;">
|
|
<?dbhtml filename="libisofs.html"?>
|
|
|
|
<sect1info>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>libisofs-&libisofs-version;</title>
|
|
|
|
<indexterm zone="libisofs">
|
|
<primary sortas="a-libisofs">libisofs</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to libisofs</title>
|
|
|
|
<para>
|
|
<application>libisofs</application> is a library to create an ISO-9660
|
|
filesystem with extensions like RockRidge or Joliet.
|
|
</para>
|
|
|
|
&lfs111_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>
|
|
Download (HTTP): <ulink url="&libisofs-download-http;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download (FTP): <ulink url="&libisofs-download-ftp;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download MD5 sum: &libisofs-md5sum;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download size: &libisofs-size;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated disk space required: &libisofs-buildsize;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated build time: &libisofs-time;
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">libisofs Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
<para role="optional">
|
|
<xref linkend="doxygen"/> (to generate HTML documentation) and
|
|
<ulink url="http://www.einval.com/~steve/software/JTE/">libjte</ulink>
|
|
</para>
|
|
|
|
<para condition="html" role="usernotes">
|
|
User Notes: <ulink url="&blfs-wiki;/libisofs"/>
|
|
</para>
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of libisofs</title>
|
|
|
|
<para>
|
|
Install <application>libisofs</application> by running the following
|
|
commands:
|
|
</para>
|
|
|
|
<screen><userinput>./configure --prefix=/usr --disable-static &&
|
|
make</userinput></screen>
|
|
|
|
<para>
|
|
If you have installed <application>Doxygen</application> and wish to
|
|
generate the HTML documentation, issue the following command:
|
|
</para>
|
|
|
|
<screen remap="doc"><userinput>doxygen doc/doxygen.conf</userinput></screen>
|
|
|
|
<para>
|
|
This package does not come with a test suite.
|
|
</para>
|
|
|
|
<para>
|
|
Now, as the <systemitem class="username">root</systemitem> user:
|
|
</para>
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
<para>
|
|
If you have built the HTML documentation, install it by running the
|
|
following commands as the
|
|
<systemitem class="username">root</systemitem> user:
|
|
</para>
|
|
|
|
<screen role="root" remap="doc"><userinput>install -v -dm755 /usr/share/doc/libisofs-&libisofs-version; &&
|
|
install -v -m644 doc/html/* /usr/share/doc/libisofs-&libisofs-version;</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="commands">
|
|
<title>Command Explanations</title>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
href="../../xincludes/static-libraries.xml"/>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Library</segtitle>
|
|
<segtitle>Installed Directory</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>
|
|
None
|
|
</seg>
|
|
<seg>
|
|
libisofs.so
|
|
</seg>
|
|
<seg>
|
|
/usr/include/libisofs
|
|
</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="libisofs-lib">
|
|
<term><filename class="libraryfile">libisofs.so</filename></term>
|
|
<listitem>
|
|
<para>
|
|
contains the <application>libisofs</application> API functions
|
|
</para>
|
|
<indexterm zone="libisofs libisofs-lib">
|
|
<primary sortas="c-libisofs">libisofs.so</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|