「boostのインストール」の版間の差分
提供: C++入門
細 (Daemon がページ「Boostのインストール」を「boostのインストール」に移動しました) |
|||
行1: | 行1: | ||
− | + | [[C++]]の新しい実験的な機能などが使える[[Boost]] は、FreeBSD,CentOS,UbuntuなどさまざまなOSにインストールできます。主にlibboostをインストールします。OSのパッケージシステムによっては、libboost-thread-dev など機能ごとにパッケージが分かれています。 | |
− | + | ||
− | + | ||
− | + | ||
− | [[Boost]] | + | |
− | 読み方 | + | '''読み方''' |
+ | ;libboost:りぶ ぶーすと | ||
+ | ;libboost-tools: りぶぶーすと つーるず | ||
__TOC__ | __TOC__ | ||
== 概要 == | == 概要 == | ||
− | + | libboostを使って、プログラミングするには、libboostの開発パッケージが必要となります。 | |
− | + | ||
− | + | ||
== インストール == | == インストール == | ||
− | |||
=== FreeBSD === | === FreeBSD === | ||
− | + | [[pkg]]コマンドでインストール可能です。 | |
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
sudo pkg install boost-libs | sudo pkg install boost-libs | ||
+ | </syntaxhighlight> | ||
+ | |||
+ | 以下は、libboostではじまるパッケージです(2014-07-13時点)。 | ||
+ | <syntaxhighlight lang="bash"> | ||
+ | boost-all-1.55.0 | ||
+ | boost-docs-1.55.0 | ||
+ | boost-jam-1.55.0 | ||
+ | boost-libs-1.55.0_3 | ||
+ | boost-python-libs-1.55.0 | ||
+ | boost_build-2.0.m12_1 | ||
</syntaxhighlight> | </syntaxhighlight> | ||
行27: | 行32: | ||
=== CentOS === | === CentOS === | ||
− | |||
ヘッダファイルは、 | ヘッダファイルは、 | ||
/usr/include/boost | /usr/include/boost | ||
行33: | 行37: | ||
ライブラリは、環境によってことなりますが、64bitの場合、/usr/lib64/ にインストールされます。 | ライブラリは、環境によってことなりますが、64bitの場合、/usr/lib64/ にインストールされます。 | ||
− | |||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
sudo yum install -y boost-devel | sudo yum install -y boost-devel | ||
</syntaxhighlight> | </syntaxhighlight> | ||
+ | === Ubuntu === | ||
+ | <syntaxhighlight lang="bash"> | ||
+ | $ sudo apt-get install libboost1.55-dev libboost1.55-tools-dev | ||
+ | </syntaxhighlight> | ||
+ | 以下は、libboostではじまるパッケージです(2014-07-13時点)。 | ||
+ | <syntaxhighlight lang="bash"> | ||
+ | libboost-atomic1.54-dev - atomic data types, operations, and memory ordering constraints | ||
+ | libboost-atomic1.54.0 - atomic data types, operations, and memory ordering constraints | ||
+ | libboost-chrono-dev - C++ representation of time duration, time point, and clocks (default version) | ||
+ | libboost-chrono1.54-dev - C++ representation of time duration, time point, and clocks | ||
+ | libboost-chrono1.54.0 - C++ representation of time duration, time point, and clocks | ||
+ | libboost-date-time-dev - set of date-time libraries based on generic programming concepts (default version) | ||
+ | libboost-date-time1.54-dev - set of date-time libraries based on generic programming concepts | ||
+ | libboost-date-time1.54.0 - set of date-time libraries based on generic programming concepts | ||
+ | libboost-dbg - Boost C++ Libraries with debug symbols (default version) | ||
+ | libboost-dev - Boost C++ Libraries development files (default version) | ||
+ | libboost-doc - Boost.org libraries documentation (default version) | ||
+ | libboost-filesystem-dev - filesystem operations (portable paths, iteration over directories, etc) in C++ (default version) | ||
+ | libboost-filesystem1.54-dev - filesystem operations (portable paths, iteration over directories, etc) in C++ | ||
+ | libboost-filesystem1.54.0 - filesystem operations (portable paths, iteration over directories, etc) in C++ | ||
+ | libboost-iostreams-dev - Boost.Iostreams Library development files (default version) | ||
+ | libboost-iostreams1.54-dev - Boost.Iostreams Library development files | ||
+ | libboost-iostreams1.54.0 - Boost.Iostreams Library | ||
+ | libboost-program-options-dev - program options library for C++ (default version) | ||
+ | libboost-program-options1.54-dev - program options library for C++ | ||
+ | libboost-program-options1.54.0 - program options library for C++ | ||
+ | libboost-python-dev - Boost.Python Library development files (default version) | ||
+ | libboost-python1.54-dev - Boost.Python Library development files | ||
+ | libboost-python1.54.0 - Boost.Python Library | ||
+ | libboost-regex-dev - regular expression library for C++ (default version) | ||
+ | libboost-regex1.54-dev - regular expression library for C++ | ||
+ | libboost-regex1.54.0 - regular expression library for C++ | ||
+ | libboost-serialization-dev - serialization library for C++ (default version) | ||
+ | libboost-serialization1.54-dev - serialization library for C++ | ||
+ | libboost-serialization1.54.0 - serialization library for C++ | ||
+ | libboost-system-dev - Operating system (e.g. diagnostics support) library (default version) | ||
+ | libboost-system1.54-dev - Operating system (e.g. diagnostics support) library | ||
+ | libboost-system1.54.0 - Operating system (e.g. diagnostics support) library | ||
+ | libboost-test-dev - components for writing and executing test suites (default version) | ||
+ | libboost-test1.54-dev - components for writing and executing test suites | ||
+ | libboost-test1.54.0 - components for writing and executing test suites | ||
+ | libboost-thread-dev - portable C++ multi-threading (default version) | ||
+ | libboost-thread1.54-dev - portable C++ multi-threading | ||
+ | libboost-thread1.54.0 - portable C++ multi-threading | ||
+ | libboost1.54-dbg - Boost C++ Libraries with debug symbols | ||
+ | libboost1.54-dev - Boost C++ Libraries development files | ||
+ | libboost1.54-doc - Boost.org libraries documentation | ||
+ | libboost1.54-tools-dev - Boost C++ Libraries development tools | ||
+ | libboost-all-dev - Boost C++ Libraries development files (ALL) (default version) | ||
+ | libboost-atomic-dev - atomic data types, operations, and memory ordering constraints (default version) | ||
+ | libboost-atomic1.55-dev - atomic data types, operations, and memory ordering constraints | ||
+ | libboost-atomic1.55.0 - atomic data types, operations, and memory ordering constraints | ||
+ | libboost-chrono1.55-dev - C++ representation of time duration, time point, and clocks | ||
+ | libboost-chrono1.55.0 - C++ representation of time duration, time point, and clocks | ||
+ | libboost-context-dev - provides a sort of cooperative multitasking on a single thread (default version) | ||
+ | libboost-context1.54-dev - provides a sort of cooperative multitasking on a single thread | ||
+ | libboost-context1.54.0 - provides a sort of cooperative multitasking on a single thread | ||
+ | libboost-context1.55-dev - provides a sort of cooperative multitasking on a single thread | ||
+ | libboost-context1.55.0 - provides a sort of cooperative multitasking on a single thread | ||
+ | libboost-coroutine-dev - provides a sort of cooperative multitasking on a single thread (default version) | ||
+ | libboost-coroutine1.54-dev - provides a sort of cooperative multitasking on a single thread | ||
+ | libboost-coroutine1.55-dev - provides a sort of cooperative multitasking on a single thread | ||
+ | libboost-date-time1.55-dev - set of date-time libraries based on generic programming concepts | ||
+ | libboost-date-time1.55.0 - set of date-time libraries based on generic programming concepts | ||
+ | libboost-exception-dev - library to help write exceptions and handlers (default version) | ||
+ | libboost-exception1.54-dev - library to help write exceptions and handlers | ||
+ | libboost-exception1.55-dev - library to help write exceptions and handlers | ||
+ | libboost-filesystem1.55-dev - filesystem operations (portable paths, iteration over directories, etc) in C++ | ||
+ | libboost-filesystem1.55.0 - filesystem operations (portable paths, iteration over directories, etc) in C++ | ||
+ | libboost-geometry-utils-perl - Perl module providing bindings to the Boost Geometry library | ||
+ | libboost-graph-dev - generic graph components and algorithms in C++ (default version) | ||
+ | libboost-graph-parallel-dev - generic graph components and algorithms in C++ (default version) | ||
+ | libboost-graph-parallel1.54-dev - generic graph components and algorithms in C++ | ||
+ | libboost-graph-parallel1.54.0 - generic graph components and algorithms in C++ | ||
+ | libboost-graph-parallel1.55-dev - generic graph components and algorithms in C++ | ||
+ | libboost-graph-parallel1.55.0 - generic graph components and algorithms in C++ | ||
+ | libboost-graph1.54-dev - generic graph components and algorithms in C++ | ||
+ | libboost-graph1.54.0 - generic graph components and algorithms in C++ | ||
+ | libboost-graph1.55-dev - generic graph components and algorithms in C++ | ||
+ | libboost-graph1.55.0 - generic graph components and algorithms in C++ | ||
+ | libboost-iostreams1.55-dev - Boost.Iostreams Library development files | ||
+ | libboost-iostreams1.55.0 - Boost.Iostreams Library | ||
+ | libboost-locale-dev - C++ facilities for localization (default version) | ||
+ | libboost-locale1.54-dev - C++ facilities for localization | ||
+ | libboost-locale1.54.0 - C++ facilities for localization | ||
+ | libboost-locale1.55-dev - C++ facilities for localization | ||
+ | libboost-locale1.55.0 - C++ facilities for localization | ||
+ | libboost-log-dev - C++ logging library (default version) | ||
+ | libboost-log1.54-dev - C++ logging library | ||
+ | libboost-log1.54.0 - C++ logging library | ||
+ | libboost-log1.55-dev - C++ logging library | ||
+ | libboost-log1.55.0 - C++ logging library | ||
+ | libboost-math-dev - Boost.Math Library development files (default version) | ||
+ | libboost-math1.54-dev - Boost.Math Library development files | ||
+ | libboost-math1.54.0 - Boost.Math Library | ||
+ | libboost-math1.55-dev - Boost.Math Library development files | ||
+ | libboost-math1.55.0 - Boost.Math Library | ||
+ | libboost-mpi-dev - C++ interface to the Message Passing Interface (MPI) (default version) | ||
+ | libboost-mpi-python-dev - C++ interface to the Message Passing Interface (MPI), Python Bindings (default version) | ||
+ | libboost-mpi-python1.54-dev - C++ interface to the Message Passing Interface (MPI), Python Bindings | ||
+ | libboost-mpi-python1.54.0 - C++ interface to the Message Passing Interface (MPI), Python Bindings | ||
+ | libboost-mpi-python1.55-dev - C++ interface to the Message Passing Interface (MPI), Python Bindings | ||
+ | libboost-mpi-python1.55.0 - C++ interface to the Message Passing Interface (MPI), Python Bindings | ||
+ | libboost-mpi1.54-dev - C++ interface to the Message Passing Interface (MPI) | ||
+ | libboost-mpi1.54.0 - C++ interface to the Message Passing Interface (MPI) | ||
+ | libboost-mpi1.55-dev - C++ interface to the Message Passing Interface (MPI) | ||
+ | libboost-mpi1.55.0 - C++ interface to the Message Passing Interface (MPI) | ||
+ | libboost-program-options1.55-dev - program options library for C++ | ||
+ | libboost-program-options1.55.0 - program options library for C++ | ||
+ | libboost-python1.55-dev - Boost.Python Library development files | ||
+ | libboost-python1.55.0 - Boost.Python Library | ||
+ | libboost-random-dev - Boost Random Number Library (default version) | ||
+ | libboost-random1.54-dev - Boost Random Number Library | ||
+ | libboost-random1.54.0 - Boost Random Number Library | ||
+ | libboost-random1.55-dev - Boost Random Number Library | ||
+ | libboost-random1.55.0 - Boost Random Number Library | ||
+ | libboost-regex1.55-dev - regular expression library for C++ | ||
+ | libboost-regex1.55.0 - regular expression library for C++ | ||
+ | libboost-serialization1.55-dev - serialization library for C++ | ||
+ | libboost-serialization1.55.0 - serialization library for C++ | ||
+ | libboost-signals-dev - managed signals and slots library for C++ (default version) | ||
+ | libboost-signals1.54-dev - managed signals and slots library for C++ | ||
+ | libboost-signals1.54.0 - managed signals and slots library for C++ | ||
+ | libboost-signals1.55-dev - managed signals and slots library for C++ | ||
+ | libboost-signals1.55.0 - managed signals and slots library for C++ | ||
+ | libboost-system1.55-dev - Operating system (e.g. diagnostics support) library | ||
+ | libboost-system1.55.0 - Operating system (e.g. diagnostics support) library | ||
+ | libboost-test1.55-dev - components for writing and executing test suites | ||
+ | libboost-test1.55.0 - components for writing and executing test suites | ||
+ | libboost-thread1.55-dev - portable C++ multi-threading | ||
+ | libboost-thread1.55.0 - portable C++ multi-threading | ||
+ | libboost-timer-dev - C++ wall clock and CPU process timers (default version) | ||
+ | libboost-timer1.54-dev - C++ wall clock and CPU process timers | ||
+ | libboost-timer1.54.0 - C++ wall clock and CPU process timers | ||
+ | libboost-timer1.55-dev - C++ wall clock and CPU process timers | ||
+ | libboost-timer1.55.0 - C++ wall clock and CPU process timers | ||
+ | libboost-tools-dev - Boost C++ Libraries development tools (default version) | ||
+ | libboost-wave-dev - C99/C++ preprocessor library (default version) | ||
+ | libboost-wave1.54-dev - C99/C++ preprocessor library | ||
+ | libboost-wave1.54.0 - C99/C++ preprocessor library | ||
+ | libboost-wave1.55-dev - C99/C++ preprocessor library | ||
+ | libboost-wave1.55.0 - C99/C++ preprocessor library | ||
+ | libboost1.54-all-dev - Boost C++ Libraries development files (ALL) | ||
+ | libboost1.55-all-dev - Boost C++ Libraries development files (ALL) | ||
+ | libboost1.55-dbg - Boost C++ Libraries with debug symbols | ||
+ | libboost1.55-dev - Boost C++ Libraries development files | ||
+ | libboost1.55-doc - Boost.org libraries documentation | ||
+ | libboost1.55-tools-dev - Boost C++ Libraries development tools | ||
+ | </syntaxhighlight> | ||
== 関連項目 == | == 関連項目 == | ||
− | |||
* [[Boost]] | * [[Boost]] | ||
* [[C++ライブラリ]] | * [[C++ライブラリ]] | ||
+ | * [[C++11]] | ||
+ | * [[C++14]] | ||
+ | <!-- vim: filetype=mediawiki | ||
+ | --> |
2014年7月13日 (日) 11:33時点における版
C++の新しい実験的な機能などが使えるBoost は、FreeBSD,CentOS,UbuntuなどさまざまなOSにインストールできます。主にlibboostをインストールします。OSのパッケージシステムによっては、libboost-thread-dev など機能ごとにパッケージが分かれています。
読み方
- libboost
- りぶ ぶーすと
- libboost-tools
- りぶぶーすと つーるず
概要
libboostを使って、プログラミングするには、libboostの開発パッケージが必要となります。
インストール
FreeBSD
pkgコマンドでインストール可能です。
sudo pkg install boost-libs
以下は、libboostではじまるパッケージです(2014-07-13時点)。
boost-all-1.55.0 boost-docs-1.55.0 boost-jam-1.55.0 boost-libs-1.55.0_3 boost-python-libs-1.55.0 boost_build-2.0.m12_1
cd /usr/ports/devel/boost-libs sudo gmake install clean
CentOS
ヘッダファイルは、 /usr/include/boost にインストールされます。
ライブラリは、環境によってことなりますが、64bitの場合、/usr/lib64/ にインストールされます。
sudo yum install -y boost-devel
Ubuntu
$ sudo apt-get install libboost1.55-dev libboost1.55-tools-dev
以下は、libboostではじまるパッケージです(2014-07-13時点)。
libboost-atomic1.54-dev - atomic data types, operations, and memory ordering constraints libboost-atomic1.54.0 - atomic data types, operations, and memory ordering constraints libboost-chrono-dev - C++ representation of time duration, time point, and clocks (default version) libboost-chrono1.54-dev - C++ representation of time duration, time point, and clocks libboost-chrono1.54.0 - C++ representation of time duration, time point, and clocks libboost-date-time-dev - set of date-time libraries based on generic programming concepts (default version) libboost-date-time1.54-dev - set of date-time libraries based on generic programming concepts libboost-date-time1.54.0 - set of date-time libraries based on generic programming concepts libboost-dbg - Boost C++ Libraries with debug symbols (default version) libboost-dev - Boost C++ Libraries development files (default version) libboost-doc - Boost.org libraries documentation (default version) libboost-filesystem-dev - filesystem operations (portable paths, iteration over directories, etc) in C++ (default version) libboost-filesystem1.54-dev - filesystem operations (portable paths, iteration over directories, etc) in C++ libboost-filesystem1.54.0 - filesystem operations (portable paths, iteration over directories, etc) in C++ libboost-iostreams-dev - Boost.Iostreams Library development files (default version) libboost-iostreams1.54-dev - Boost.Iostreams Library development files libboost-iostreams1.54.0 - Boost.Iostreams Library libboost-program-options-dev - program options library for C++ (default version) libboost-program-options1.54-dev - program options library for C++ libboost-program-options1.54.0 - program options library for C++ libboost-python-dev - Boost.Python Library development files (default version) libboost-python1.54-dev - Boost.Python Library development files libboost-python1.54.0 - Boost.Python Library libboost-regex-dev - regular expression library for C++ (default version) libboost-regex1.54-dev - regular expression library for C++ libboost-regex1.54.0 - regular expression library for C++ libboost-serialization-dev - serialization library for C++ (default version) libboost-serialization1.54-dev - serialization library for C++ libboost-serialization1.54.0 - serialization library for C++ libboost-system-dev - Operating system (e.g. diagnostics support) library (default version) libboost-system1.54-dev - Operating system (e.g. diagnostics support) library libboost-system1.54.0 - Operating system (e.g. diagnostics support) library libboost-test-dev - components for writing and executing test suites (default version) libboost-test1.54-dev - components for writing and executing test suites libboost-test1.54.0 - components for writing and executing test suites libboost-thread-dev - portable C++ multi-threading (default version) libboost-thread1.54-dev - portable C++ multi-threading libboost-thread1.54.0 - portable C++ multi-threading libboost1.54-dbg - Boost C++ Libraries with debug symbols libboost1.54-dev - Boost C++ Libraries development files libboost1.54-doc - Boost.org libraries documentation libboost1.54-tools-dev - Boost C++ Libraries development tools libboost-all-dev - Boost C++ Libraries development files (ALL) (default version) libboost-atomic-dev - atomic data types, operations, and memory ordering constraints (default version) libboost-atomic1.55-dev - atomic data types, operations, and memory ordering constraints libboost-atomic1.55.0 - atomic data types, operations, and memory ordering constraints libboost-chrono1.55-dev - C++ representation of time duration, time point, and clocks libboost-chrono1.55.0 - C++ representation of time duration, time point, and clocks libboost-context-dev - provides a sort of cooperative multitasking on a single thread (default version) libboost-context1.54-dev - provides a sort of cooperative multitasking on a single thread libboost-context1.54.0 - provides a sort of cooperative multitasking on a single thread libboost-context1.55-dev - provides a sort of cooperative multitasking on a single thread libboost-context1.55.0 - provides a sort of cooperative multitasking on a single thread libboost-coroutine-dev - provides a sort of cooperative multitasking on a single thread (default version) libboost-coroutine1.54-dev - provides a sort of cooperative multitasking on a single thread libboost-coroutine1.55-dev - provides a sort of cooperative multitasking on a single thread libboost-date-time1.55-dev - set of date-time libraries based on generic programming concepts libboost-date-time1.55.0 - set of date-time libraries based on generic programming concepts libboost-exception-dev - library to help write exceptions and handlers (default version) libboost-exception1.54-dev - library to help write exceptions and handlers libboost-exception1.55-dev - library to help write exceptions and handlers libboost-filesystem1.55-dev - filesystem operations (portable paths, iteration over directories, etc) in C++ libboost-filesystem1.55.0 - filesystem operations (portable paths, iteration over directories, etc) in C++ libboost-geometry-utils-perl - Perl module providing bindings to the Boost Geometry library libboost-graph-dev - generic graph components and algorithms in C++ (default version) libboost-graph-parallel-dev - generic graph components and algorithms in C++ (default version) libboost-graph-parallel1.54-dev - generic graph components and algorithms in C++ libboost-graph-parallel1.54.0 - generic graph components and algorithms in C++ libboost-graph-parallel1.55-dev - generic graph components and algorithms in C++ libboost-graph-parallel1.55.0 - generic graph components and algorithms in C++ libboost-graph1.54-dev - generic graph components and algorithms in C++ libboost-graph1.54.0 - generic graph components and algorithms in C++ libboost-graph1.55-dev - generic graph components and algorithms in C++ libboost-graph1.55.0 - generic graph components and algorithms in C++ libboost-iostreams1.55-dev - Boost.Iostreams Library development files libboost-iostreams1.55.0 - Boost.Iostreams Library libboost-locale-dev - C++ facilities for localization (default version) libboost-locale1.54-dev - C++ facilities for localization libboost-locale1.54.0 - C++ facilities for localization libboost-locale1.55-dev - C++ facilities for localization libboost-locale1.55.0 - C++ facilities for localization libboost-log-dev - C++ logging library (default version) libboost-log1.54-dev - C++ logging library libboost-log1.54.0 - C++ logging library libboost-log1.55-dev - C++ logging library libboost-log1.55.0 - C++ logging library libboost-math-dev - Boost.Math Library development files (default version) libboost-math1.54-dev - Boost.Math Library development files libboost-math1.54.0 - Boost.Math Library libboost-math1.55-dev - Boost.Math Library development files libboost-math1.55.0 - Boost.Math Library libboost-mpi-dev - C++ interface to the Message Passing Interface (MPI) (default version) libboost-mpi-python-dev - C++ interface to the Message Passing Interface (MPI), Python Bindings (default version) libboost-mpi-python1.54-dev - C++ interface to the Message Passing Interface (MPI), Python Bindings libboost-mpi-python1.54.0 - C++ interface to the Message Passing Interface (MPI), Python Bindings libboost-mpi-python1.55-dev - C++ interface to the Message Passing Interface (MPI), Python Bindings libboost-mpi-python1.55.0 - C++ interface to the Message Passing Interface (MPI), Python Bindings libboost-mpi1.54-dev - C++ interface to the Message Passing Interface (MPI) libboost-mpi1.54.0 - C++ interface to the Message Passing Interface (MPI) libboost-mpi1.55-dev - C++ interface to the Message Passing Interface (MPI) libboost-mpi1.55.0 - C++ interface to the Message Passing Interface (MPI) libboost-program-options1.55-dev - program options library for C++ libboost-program-options1.55.0 - program options library for C++ libboost-python1.55-dev - Boost.Python Library development files libboost-python1.55.0 - Boost.Python Library libboost-random-dev - Boost Random Number Library (default version) libboost-random1.54-dev - Boost Random Number Library libboost-random1.54.0 - Boost Random Number Library libboost-random1.55-dev - Boost Random Number Library libboost-random1.55.0 - Boost Random Number Library libboost-regex1.55-dev - regular expression library for C++ libboost-regex1.55.0 - regular expression library for C++ libboost-serialization1.55-dev - serialization library for C++ libboost-serialization1.55.0 - serialization library for C++ libboost-signals-dev - managed signals and slots library for C++ (default version) libboost-signals1.54-dev - managed signals and slots library for C++ libboost-signals1.54.0 - managed signals and slots library for C++ libboost-signals1.55-dev - managed signals and slots library for C++ libboost-signals1.55.0 - managed signals and slots library for C++ libboost-system1.55-dev - Operating system (e.g. diagnostics support) library libboost-system1.55.0 - Operating system (e.g. diagnostics support) library libboost-test1.55-dev - components for writing and executing test suites libboost-test1.55.0 - components for writing and executing test suites libboost-thread1.55-dev - portable C++ multi-threading libboost-thread1.55.0 - portable C++ multi-threading libboost-timer-dev - C++ wall clock and CPU process timers (default version) libboost-timer1.54-dev - C++ wall clock and CPU process timers libboost-timer1.54.0 - C++ wall clock and CPU process timers libboost-timer1.55-dev - C++ wall clock and CPU process timers libboost-timer1.55.0 - C++ wall clock and CPU process timers libboost-tools-dev - Boost C++ Libraries development tools (default version) libboost-wave-dev - C99/C++ preprocessor library (default version) libboost-wave1.54-dev - C99/C++ preprocessor library libboost-wave1.54.0 - C99/C++ preprocessor library libboost-wave1.55-dev - C99/C++ preprocessor library libboost-wave1.55.0 - C99/C++ preprocessor library libboost1.54-all-dev - Boost C++ Libraries development files (ALL) libboost1.55-all-dev - Boost C++ Libraries development files (ALL) libboost1.55-dbg - Boost C++ Libraries with debug symbols libboost1.55-dev - Boost C++ Libraries development files libboost1.55-doc - Boost.org libraries documentation libboost1.55-tools-dev - Boost C++ Libraries development tools