source: general/genlib/boost.xml@ 4716d52

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 4716d52 was 4716d52, checked in by Andrew Benton <andy@…>, 12 years ago

Removed the python linkend. The python links now point at python2

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

  • Property mode set to 100644
File size: 3.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 boost-download-http "&sourceforge-repo;/boost/boost_1_45_0.tar.bz2">
8 <!ENTITY boost-download-ftp " ">
9 <!ENTITY boost-md5sum "d405c606354789d0426bc07bea617e58">
10 <!ENTITY boost-size "39 MB">
11 <!ENTITY boost-buildsize "436 MB">
12 <!ENTITY boost-time "6.4 SBU">
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="l-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 &lfs67_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><userinput>./bootstrap.sh --prefix=/usr --libdir=/usr/lib &amp;&amp;
87./bjam install</userinput></screen>
88
89 </sect2>
90<!--
91 <sect2 role="commands">
92 <title>Command Explanations</title>
93
94 <para><option>- -xyz</option>: This option is set for ...</para>
95
96 </sect2>
97-->
98 <sect2 role="content">
99 <title>Contents</title>
100
101 <segmentedlist>
102 <segtitle>Installed Program</segtitle>
103 <segtitle>Installed Libraries</segtitle>
104 <segtitle>Installed Directory</segtitle>
105
106 <seglistitem>
107 <seg>None</seg>
108 <seg>libboost_{date_time, filesystem, graph, iostreams, math_*,
109prg_exec_monitor, program_options, python, random, regex, serialization,
110signals, system, test_exec_monitor, thread, unit_test_framework,
111wave, wserialization}.{so,a}</seg>
112 <seg>/usr/include/boost</seg>
113 </seglistitem>
114 </segmentedlist>
115<!--
116 <variablelist>
117 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
118 <?dbfo list-presentation="list"?>
119 <?dbhtml list-presentation="table"?>
120
121 <varlistentry id="a-automoc4">
122 <term><command>automoc4</command></term>
123 <listitem>
124 <para>is a testing utility for boost-generated build trees.</para>
125 <indexterm zone="a-automoc4 automoc4">
126 <primary sortas="b-automoc4">automoc4</primary>
127 </indexterm>
128 </listitem>
129 </varlistentry>
130
131 </variablelist>
132-->
133 </sect2>
134
135</sect1>
Note: See TracBrowser for help on using the repository browser.