Update the README for the boostorg repo.

This commit is contained in:
Beman
2014-08-15 11:12:19 -04:00
parent 17ca240b10
commit 49866e0784

29
README
View File

@@ -1,32 +1,21 @@
Boost Endian library Boost Endian library
To experiment with the Endian library, various other boost libraries must be To experiment with the Endian library, various other boost libraries must be
available. So you need to clone or install a current version of Boost if you available. So you need to clone a current version of boost if you
have not already done so. have not already done so.
Boost.Endian is a header-only library, so there is no need to run a build Boost.Endian is a header-only library, so there is no need to run a build
for it. These instructions do assume bootstrap has been run so that b2 is for it, although you may need to do a "b2 headers".
in your path environmental variable.
Windows If your clone of boost is already in place, please remember to:
=======
cd boost-root\libs cd modular-boost
git clone git://github.com/Beman/endian.git git pull
cd ..\boost git submodule update --init
mklink /d endian ..\libs\endian\include\boost\endian git submodule update
cd ..\libs\endian\test ./b2 headers
b2
Others On Windows, change the "./" is omitted.
======
cd boost-root/libs
git clone git://github.com/Beman/endian.git
cd ../boost
ln -s ../libs/endian/include/boost/endian endian
cd ../libs/endian/test
b2
--------------------------- ---------------------------
Copyright Beman Dawes, 2013 Copyright Beman Dawes, 2013