source: general/genlib/boost.xml@ c80db1b

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 c80db1b was e40b79b6, checked in by Ragnar Thomsen <rthomsen@…>, 12 years ago

Fix dep. for VLC, Qt and Qca. Typos and root-role.

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

  • Property mode set to 100644
File size: 4.4 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 boost-download-http "&sourceforge-repo;/boost/boost_1_49_0.tar.bz2">
8 <!ENTITY boost-download-ftp " ">
9 <!ENTITY boost-md5sum "0d202cb811f934282dea64856a175698">
10 <!ENTITY boost-size "47 MB">
11 <!ENTITY boost-buildsize "764 MB for default build - 634MB without static libs">
12 <!ENTITY boost-time "10 SBU for default build - 5.5 SBU without static libs">
13]>
14
15<sect1 id="boost" xreflabel="boost-&boost-version;">
16 <?dbhtml filename="boost.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Boost-&boost-version;</title>
24
25 <indexterm zone="boost">
26 <primary sortas="a-boost">boost</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Boost</title>
31
32 <para><application>Boost</application> provides free peer-reviewed
33 portable C++ source libraries.</para>
34
35 &lfs70_checked;
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>Download (HTTP): <ulink url="&boost-download-http;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download (FTP): <ulink url="&boost-download-ftp;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download MD5 sum: &boost-md5sum;</para>
47 </listitem>
48 <listitem>
49 <para>Download size: &boost-size;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated disk space required: &boost-buildsize;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated build time: &boost-time;</para>
56 </listitem>
57 </itemizedlist>
58
59<!--
60 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
61 <itemizedlist spacing='compact'>
62 <listitem>
63 <para>Required patch: <ulink
64 url="&patch-root;/boost-&boost-version;-fixes-1.patch"/></para>
65 </listitem>
66 </itemizedlist>
67-->
68 <bridgehead renderas="sect3">boost Dependencies</bridgehead>
69
70 <bridgehead renderas="sect4">Optional</bridgehead>
71 <para role="Optional">
72 <xref linkend="python2"/>
73 </para>
74
75 <para condition="html" role="usernotes">User Notes:
76 <ulink url="&blfs-wiki;/boost"/></para>
77
78 </sect2>
79
80 <sect2 role="installation">
81 <title>Installation of Boost</title>
82
83 <para>Install <application>boost</application> by running the following
84 commands as the <systemitem class="username">root</systemitem> user:</para>
85
86<screen role="root"><userinput>./bootstrap.sh --prefix=/usr &amp;&amp;
87./b2 install link=shared</userinput></screen>
88
89 </sect2>
90
91 <sect2 role="commands">
92 <title>Command Explanations</title>
93
94 <para><parameter>link=shared</parameter>: This parameter ensures that only shared
95 libraries are created, except for libboost_exception and libboost_test_exec_monitor
96 which are created as static. Most people will not need the static libraries, indeed
97 most programs using boost only use the headers, but omit this parameter if you
98 do need them.</para>
99
100 </sect2>
101
102 <sect2 role="content">
103 <title>Contents</title>
104
105 <segmentedlist>
106 <segtitle>Installed Program</segtitle>
107 <segtitle>Installed Libraries</segtitle>
108 <segtitle>Installed Directory</segtitle>
109
110 <seglistitem>
111 <seg>None</seg>
112 <seg>libboost_{chrono, date_time, filesystem, graph, iostreams, locale, math_*,
113 prg_exec_monitor, program_options, python, random, regex, serialization,
114 signals, system, thread, unit_test_framework,
115 wave, wserialization}.{so,a}, libboost_exception.a, libboost_test_monitor.a</seg>
116 <seg>/usr/include/boost</seg>
117 </seglistitem>
118 </segmentedlist>
119<!--
120 <variablelist>
121 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
122 <?dbfo list-presentation="list"?>
123 <?dbhtml list-presentation="table"?>
124
125 <varlistentry id="a-automoc4">
126 <term><command>automoc4</command></term>
127 <listitem>
128 <para>is a testing utility for boost-generated build trees.</para>
129 <indexterm zone="a-automoc4 automoc4">
130 <primary sortas="b-automoc4">automoc4</primary>
131 </indexterm>
132 </listitem>
133 </varlistentry>
134
135 </variablelist>
136-->
137 </sect2>
138
139</sect1>
Note: See TracBrowser for help on using the repository browser.