2013-05-30 08:57:09 -04:00
|
|
|
Boost Endian library
|
|
|
|
|
|
|
|
|
|
To experiment with the Endian library, various other boost libraries must be
|
2014-08-15 11:12:19 -04:00
|
|
|
available. So you need to clone a current version of boost if you
|
|
|
|
|
have not already done so.
|
2013-05-30 08:57:09 -04:00
|
|
|
|
|
|
|
|
Boost.Endian is a header-only library, so there is no need to run a build
|
2014-08-15 11:12:19 -04:00
|
|
|
for it, although you may need to do a "b2 headers".
|
2013-05-30 08:57:09 -04:00
|
|
|
|
2014-08-15 11:12:19 -04:00
|
|
|
If your clone of boost is already in place, please remember to:
|
2013-05-09 08:46:02 -04:00
|
|
|
|
2014-08-15 11:12:19 -04:00
|
|
|
cd modular-boost
|
|
|
|
|
git pull
|
|
|
|
|
git submodule update --init
|
|
|
|
|
git submodule update
|
|
|
|
|
./b2 headers
|
2013-05-30 08:57:09 -04:00
|
|
|
|
2014-08-15 11:12:19 -04:00
|
|
|
On Windows, change the "./" is omitted.
|
2013-05-09 08:46:02 -04:00
|
|
|
|
2013-05-30 08:57:09 -04:00
|
|
|
---------------------------
|
2013-05-09 08:46:02 -04:00
|
|
|
Copyright Beman Dawes, 2013
|
2013-05-30 08:57:09 -04:00
|
|
|
|
2013-05-09 08:46:02 -04:00
|
|
|
Distributed under the Boost Software License, Version 1.0.
|
2013-05-30 08:57:09 -04:00
|
|
|
http://www.boost.org/LICENSE_1_0.txt
|