1
0
Fork 0
arangodb/3rdParty/boost/1.62.0/libs/endian
jsteemann a2411488ae remove unused files (with long filenames that produce problems on Windows checkouts) 2017-05-08 10:46:07 +02:00
..
benchmark upgraded to boost version 1.62.0 2017-01-04 18:08:06 +01:00
doc remove unused files (with long filenames that produce problems on Windows checkouts) 2017-05-08 10:46:07 +02:00
example upgraded to boost version 1.62.0 2017-01-04 18:08:06 +01:00
meta upgraded to boost version 1.62.0 2017-01-04 18:08:06 +01:00
test upgraded to boost version 1.62.0 2017-01-04 18:08:06 +01:00
README upgraded to boost version 1.62.0 2017-01-04 18:08:06 +01:00

README

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