mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-31 20:42:34 +08:00
e6d68a9d33
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10532 af4574ff-66df-0310-9fd7-8a98e5e911e0
134 lines
4.2 KiB
XML
134 lines
4.2 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 ptlib-download-http "&gnome-download-http;/ptlib/2.10/ptlib-&ptlib-version;.tar.xz">
|
|
<!ENTITY ptlib-download-ftp "&gnome-download-ftp;/ptlib/2.10/ptlib-&ptlib-version;.tar.xz">
|
|
<!ENTITY ptlib-md5sum "bb0c8ad3dde803746600aae344a2aa0c">
|
|
<!ENTITY ptlib-size "2.8 MB">
|
|
<!ENTITY ptlib-buildsize "97 MB">
|
|
<!ENTITY ptlib-time "1.0 SBU">
|
|
]>
|
|
|
|
<sect1 id="ptlib" xreflabel="ptlib-&ptlib-version;">
|
|
<?dbhtml filename="ptlib.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>ptlib-&ptlib-version;</title>
|
|
|
|
<indexterm zone="ptlib">
|
|
<primary sortas="a-ptlib">ptlib</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to ptlib</title>
|
|
|
|
<para>The <application>ptlib</application> (Portable Tools Library) package
|
|
is a class library that has its genesis many years ago as PWLib (portable
|
|
Windows Library), a method to produce applications to run on various
|
|
platforms.</para>
|
|
|
|
&lfs70_built;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>Download (HTTP): <ulink url="&ptlib-download-http;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download (FTP): <ulink url="&ptlib-download-ftp;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download MD5 sum: &ptlib-md5sum;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download size: &ptlib-size;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated disk space required: &ptlib-buildsize;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated build time: &ptlib-time;</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">ptlib Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
<para role="optional"><xref linkend="alsa-lib"/>,
|
|
<xref linkend="cyrus-sasl"/>
|
|
<xref linkend="expat"/>
|
|
<ulink url="http://sourceforge.net/projects/libavc1394/">libavc1394</ulink>,
|
|
<xref linkend="libdv"/>,
|
|
<ulink url="http://www.linux1394.org/">libraw1394</ulink>,
|
|
<xref linkend="openldap"/>,
|
|
<xref linkend="openssl"/>,
|
|
<xref linkend="sdl"/>, and
|
|
<xref linkend="speex"/></para>
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
<ulink url="&blfs-wiki;/ptlib"/></para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of ptlib</title>
|
|
|
|
<para>Install <application>ptlib</application> by running the following
|
|
commands:</para>
|
|
|
|
<screen><userinput>./configure --prefix=/usr &&
|
|
make</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>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Library</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>None</seg>
|
|
<seg>libpt.so, libpt_s.a, alsa_pwplugin.so, and v4l2_pwplugin.so</seg>
|
|
<seg>/usr/{include/{ptclib,ptlib/unix/ptlib},
|
|
lib/ptlib-&ptlib-version;/devices/{sound,videoinput},
|
|
share/ptlib/make}</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="libpt">
|
|
<term><filename class='libraryfile'>libpt{.so,_s.a}</filename></term>
|
|
<listitem>
|
|
<para>contains the <application>ptlib</application> API methods.</para>
|
|
<indexterm zone="ptlib libpt">
|
|
<primary sortas="c-libpt">libpt{.so,_s.a}</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|