Changeset a7f550d8


Ignore:
Timestamp:
09/02/2012 08:18:40 PM (12 years ago)
Author:
Krejzi <krejzi@…>
Branches:
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
Children:
e592a2e
Parents:
436c2f7e
Message:

Boost 1.51.0

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r436c2f7e ra7f550d8  
    232232
    233233<!ENTITY boost-major                  "1">
    234 <!ENTITY boost-minor                  "50">
     234<!ENTITY boost-minor                  "51">
    235235<!ENTITY boost-patch                  "0">
    236236<!ENTITY boost-version                "&boost-major;.&boost-minor;.&boost-patch;">
  • general/genlib/boost.xml

    r436c2f7e ra7f550d8  
    77  <!ENTITY boost-download-http "&sourceforge-repo;/boost/boost_&boost-dl-version;.tar.bz2">
    88  <!ENTITY boost-download-ftp  " ">
    9   <!ENTITY boost-md5sum        "52dd00be775e689f55a987baebccc462">
     9  <!ENTITY boost-md5sum        "4b6bd483b692fd138aef84ed2c8eb679">
    1010  <!ENTITY boost-size          "49 MB">
    11   <!ENTITY boost-buildsize     "630 MB">
    12   <!ENTITY boost-time          "10 SBU">
     11  <!ENTITY boost-buildsize     "640 MB">
     12  <!ENTITY boost-time          "3.5 SBU">
    1313]>
    1414
     
    3737    </para>
    3838
    39     &lfs71_checked;
     39    &lfs72_checked;
    4040
    4141    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    9191    <para>
    9292      Install <application>Boost</application> by running the following
    93       commands as the <systemitem class="username">root</systemitem> user:
     93      commands:
    9494    </para>
    9595
    96 <screen role="root"><userinput>./bootstrap.sh --prefix=/usr &amp;&amp;
    97 ./b2 install threading=multi link=shared</userinput></screen>
     96<screen><userinput>./bootstrap.sh --prefix=/usr &amp;&amp;
     97./b2 stage threading=multi link=shared</userinput></screen>
     98
     99    <para>
     100      This package does not come with a test suite.
     101    </para>
     102
     103    <para>
     104      Now, as the <systemitem class="username">root</systemitem> user:
     105    </para>
     106
     107<screen role="root"><userinput>./b2 install threading=multi link=shared</userinput></screen>
    98108
    99109  </sect2>
  • introduction/welcome/changelog.xml

    r436c2f7e ra7f550d8  
    5555        </listitem>
    5656        <listitem>
     57          <para>[krejzi] - Boost 1.51.0.</para>
     58        </listitem>
     59        <listitem>
    5760          <para>[krejzi] - Xorg Wacom Driver 0.16.1.</para>
    5861        </listitem>
Note: See TracChangeset for help on using the changeset viewer.