]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/endian/README
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / endian / README
1 Boost Endian library
2
3 The Endian library is included in Boost release 1.58.0 and later.
4
5 See http://boostorg.github.io/endian to browse the documentation without having to
6 download the library or install Boost.
7
8 To experiment with the Endian library, various other boost libraries must be
9 available. So you need to install Boost or clone a current version of boostorg/boost
10 if you have not already done so.
11
12 Boost.Endian is a header-only library, so there is no need to run a build
13 for it, although you may need to do a "b2 headers".
14
15 If your clone of boost is already in place, please remember to:
16
17 cd boost
18 git pull
19 git submodule update --init
20 git submodule update
21 ./b2 headers
22
23 On Windows, "./" is unnecessary.
24
25 ---------------------------
26 Copyright Beman Dawes, 2013
27
28 Distributed under the Boost Software License, Version 1.0.
29 http://www.boost.org/LICENSE_1_0.txt