diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 18:24:20 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 18:24:20 +0000 |
commit | 483eb2f56657e8e7f419ab1a4fab8dce9ade8609 (patch) | |
tree | e5d88d25d870d5dedacb6bbdbe2a966086a0a5cf /src/boost/libs/endian/README | |
parent | Initial commit. (diff) | |
download | ceph-upstream.tar.xz ceph-upstream.zip |
Adding upstream version 14.2.21.upstream/14.2.21upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/boost/libs/endian/README')
-rw-r--r-- | src/boost/libs/endian/README | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/src/boost/libs/endian/README b/src/boost/libs/endian/README new file mode 100644 index 00000000..2039ba94 --- /dev/null +++ b/src/boost/libs/endian/README @@ -0,0 +1,29 @@ +Boost Endian library + +The Endian library is included in Boost release 1.58.0 and later. + +See http://boostorg.github.io/endian to browse the documentation without having to +download the library or install Boost. + +To experiment with the Endian library, various other boost libraries must be +available. So you need to install Boost or clone a current version of boostorg/boost +if you have not already done so. + +Boost.Endian is a header-only library, so there is no need to run a build +for it, although you may need to do a "b2 headers". + +If your clone of boost is already in place, please remember to: + + cd boost + git pull + git submodule update --init + git submodule update + ./b2 headers + +On Windows, "./" is unnecessary. + +--------------------------- +Copyright Beman Dawes, 2013 + +Distributed under the Boost Software License, Version 1.0. +http://www.boost.org/LICENSE_1_0.txt
\ No newline at end of file |