Boost-1.45.0

Introduction to Boost

Boost provides free peer-reviewed portable C++ source libraries.

This package is known to build and work properly using an LFS-6.7 platform.

Package Information

boost Dependencies

Optional

Python-2.7.2

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/boost

Installation of Boost

Install boost by running the following commands as the root user:

./bootstrap.sh --prefix=/usr --libdir=/usr/lib &&
./bjam install

Contents

Installed Program: None
Installed Libraries: libboost_{date_time, filesystem, graph, iostreams, math_*, prg_exec_monitor, program_options, python, random, regex, serialization, signals, system, test_exec_monitor, thread, unit_test_framework, wave, wserialization}.{so,a}
Installed Directory: /usr/include/boost

Last updated on 2011-04-06 21:08:10 +0000