mirror of
https://github.com/boostorg/endian.git
synced 2025-08-02 05:54:31 +02:00
Update the README for the boostorg repo.
This commit is contained in:
31
README
31
README
@@ -1,33 +1,22 @@
|
|||||||
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 notalready 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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user