Project

General

Profile

Boost » History » Version 3

Alex Afanasyev, 02/26/2014 01:10 PM

1 1 Junxiao Shi
# Boost libraries
2
3
NFD requires [Boost libraries](http://www.boost.org/), a collection of free peer-reviewed C++ libraries.
4 2 Alex Afanasyev
NFD should compile and work with [Boost 1.48.0](http://www.boost.org/doc/libs/1_48_0/) and above.
5 3 Alex Afanasyev
If distribution does not provide these libraries natively, they can be installed using instruction in [[Boost FAQ]].
6 1 Junxiao Shi
7
The following Boost libraries are approved to use in NFD:
8
9 2 Alex Afanasyev
* [Asio](http://www.boost.org/doc/libs/1_48_0/doc/html/boost_asio.html): portable networking
10
* [Smart Ptr](http://www.boost.org/doc/libs/1_48_0/libs/smart_ptr/smart_ptr.htm): smart pointer
11
* [Function](http://www.boost.org/doc/libs/1_48_0/doc/html/function.html): function object wrapper
12
* [Bind](http://www.boost.org/doc/libs/1_48_0/libs/bind/bind.html): bind function arguments
13
* [Test](http://www.boost.org/doc/libs/1_48_0/libs/test/doc/html/index.html): unit test framework, see also [[UnitTesting]]
14 1 Junxiao Shi
15 2 Alex Afanasyev
Other Boost libraries included in [Boost 1.48.0](http://www.boost.org/doc/libs/1_48_0/) can be approved as necessary.