1Boost Endian library 2 3The Endian library is included in Boost release 1.58.0 and later. 4 5See http://boostorg.github.io/endian to browse the documentation without having to 6download the library or install Boost. 7 8To experiment with the Endian library, various other boost libraries must be 9available. So you need to install Boost or clone a current version of boostorg/boost 10if you have not already done so. 11 12Boost.Endian is a header-only library, so there is no need to run a build 13for it, although you may need to do a "b2 headers". 14 15If 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 23On Windows, "./" is unnecessary. 24 25--------------------------- 26Copyright Beman Dawes, 2013 27 28Distributed under the Boost Software License, Version 1.0. 29http://www.boost.org/LICENSE_1_0.txt