glfs/general/genlib/boost.xml
Thomas Trepl 47969a6003 Add several packages in preparation for (but not only for) KDE4
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8858 af4574ff-66df-0310-9fd7-8a98e5e911e0
2011-02-08 21:13:13 +00:00

133 lines
3.7 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 boost-download-http "&sourceforge-repo;/boost/boost_1_45.tar.bz2">
<!ENTITY boost-download-ftp " ">
<!ENTITY boost-md5sum "d405c606354789d0426bc07bea617e58">
<!ENTITY boost-size "39 MB">
<!ENTITY boost-buildsize "436 MB">
<!ENTITY boost-time "6.4 SBU">
]>
<sect1 id="boost" xreflabel="boost-&boost-version;">
<?dbhtml filename="boost.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>Boost-&boost-version;</title>
<indexterm zone="boost">
<primary sortas="l-boost">boost</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to Boost</title>
<para><application>Boost</application> provides free peer-reviewed
portable C++ source libraries.</para>
&lfs67_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>Download (HTTP): <ulink url="&boost-download-http;"/></para>
</listitem>
<listitem>
<para>Download (FTP): <ulink url="&boost-download-ftp;"/></para>
</listitem>
<listitem>
<para>Download MD5 sum: &boost-md5sum;</para>
</listitem>
<listitem>
<para>Download size: &boost-size;</para>
</listitem>
<listitem>
<para>Estimated disk space required: &boost-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time: &boost-time;</para>
</listitem>
</itemizedlist>
<!--
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
<itemizedlist spacing='compact'>
<listitem>
<para>Required patch: <ulink
url="&patch-root;/boost-&boost-version;-fixes-1.patch"/></para>
</listitem>
</itemizedlist>
-->
<bridgehead renderas="sect3">boost Dependencies</bridgehead>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="Optional">
<xref linkend="python"/>
</para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/boost"/></para>
</sect2>
<sect2 role="installation">
<title>Installation of Boost</title>
<para>Install <application>boost</application> by running the following
commands as the <systemitem class="username">root</systemitem> user:</para>
<screen><userinput>./bootstrap.sh --prefix=/usr --libdir=/usr/lib &amp;&amp;
./bjam install</userinput></screen>
</sect2>
<!--
<sect2 role="commands">
<title>Command Explanations</title>
<para><option>- -xyz</option>: This option is set for ...</para>
</sect2>
-->
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Program</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directory</segtitle>
<seglistitem>
<seg>None</seg>
<seg>libboost.{so,a}</seg>
<seg>None</seg>
</seglistitem>
</segmentedlist>
<!--
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="a-automoc4">
<term><command>automoc4</command></term>
<listitem>
<para>is a testing utility for boost-generated build trees.</para>
<indexterm zone="a-automoc4 automoc4">
<primary sortas="b-automoc4">automoc4</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
-->
</sect2>
</sect1>