README 882 B

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