source: general/genlib/boost.xml@ 11dc737

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 11dc737 was 11dc737, checked in by Bruce Dubbs <bdubbs@…>, 13 years ago

Fix boost url

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

  • Property mode set to 100644
File size: 3.7 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="python"/>
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.{so,a}</seg>
109 <seg>None</seg>
110 </seglistitem>
111 </segmentedlist>
112<!--
113 <variablelist>
114 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
115 <?dbfo list-presentation="list"?>
116 <?dbhtml list-presentation="table"?>
117
118 <varlistentry id="a-automoc4">
119 <term><command>automoc4</command></term>
120 <listitem>
121 <para>is a testing utility for boost-generated build trees.</para>
122 <indexterm zone="a-automoc4 automoc4">
123 <primary sortas="b-automoc4">automoc4</primary>
124 </indexterm>
125 </listitem>
126 </varlistentry>
127
128 </variablelist>
129-->
130 </sect2>
131
132</sect1>
Note: See TracBrowser for help on using the repository browser.