mirror of
https://github.com/boostorg/endian.git
synced 2025-08-02 05:54:31 +02:00
Update to reflect Boost moving to git and GitHub.
This commit is contained in:
26
README
26
README
@@ -1,42 +1,32 @@
|
|||||||
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 install a current version of Boost if you have not
|
available. So you need to clone or install a current version of Boost if you
|
||||||
already done so.
|
have notalready 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, but these instructions run a bootstrap so that b2 is available.
|
for it. These instructions do assume bootstrap has been run so that b2 is
|
||||||
|
in your path environmental variable.
|
||||||
These instructions assume you want to use a fresh copy of boost. If you are
|
|
||||||
going to use an existing copy, skip the svn export and bootstrap steps.
|
|
||||||
|
|
||||||
Windows
|
Windows
|
||||||
=======
|
=======
|
||||||
|
|
||||||
svn export --non-interactive --trust-server-cert ^
|
cd boost-root\libs
|
||||||
http://svn.boost.org/svn/boost/trunk boost-root
|
|
||||||
cd boost-root
|
|
||||||
.\bootstrap
|
|
||||||
cd libs
|
|
||||||
git clone git://github.com/Beman/endian.git
|
git clone git://github.com/Beman/endian.git
|
||||||
cd ..\boost
|
cd ..\boost
|
||||||
mklink /d endian ..\libs\endian\include\boost\endian
|
mklink /d endian ..\libs\endian\include\boost\endian
|
||||||
cd ..\libs\endian\test
|
cd ..\libs\endian\test
|
||||||
..\..\..\b2
|
b2
|
||||||
|
|
||||||
Others
|
Others
|
||||||
======
|
======
|
||||||
|
|
||||||
svn export --non-interactive --trust-server-cert \
|
cd boost-root/libs
|
||||||
http://svn.boost.org/svn/boost/trunk boost-root
|
|
||||||
cd boost-root
|
|
||||||
./bootstrap.sh
|
|
||||||
cd libs
|
|
||||||
git clone git://github.com/Beman/endian.git
|
git clone git://github.com/Beman/endian.git
|
||||||
cd ../boost
|
cd ../boost
|
||||||
ln -s ../libs/endian/include/boost/endian endian
|
ln -s ../libs/endian/include/boost/endian endian
|
||||||
cd ../libs/endian/test
|
cd ../libs/endian/test
|
||||||
../../../b2
|
b2
|
||||||
|
|
||||||
---------------------------
|
---------------------------
|
||||||
Copyright Beman Dawes, 2013
|
Copyright Beman Dawes, 2013
|
||||||
|
Reference in New Issue
Block a user