mirror of
https://github.com/boostorg/endian.git
synced 2025-08-02 05:54:31 +02:00
Clarify INSTALL
git-svn-id: http://svn.boost.org/svn/boost/sandbox/endian@72130 b8fc166d-592f-0410-95f2-cb63ce0dd405
This commit is contained in:
@@ -1,16 +1,15 @@
|
|||||||
To install the Boost.Endian library on either Windox or POSIX-like system
|
[Faster] To copy the library into an existing boost subversion checkout, do
|
||||||
in an fresh checkout of the Boost trunk, do the following in the
|
the following, replacing "BOOST" with the path of the boost checkout:
|
||||||
directory where you want the install to go:
|
|
||||||
|
svn export --force http://svn.boost.org/svn/boost/sandbox/endian BOOST
|
||||||
|
|
||||||
|
[Slower] To install with an export of the Boost trunk, do the following
|
||||||
|
in the directory where you want the resulting endian directory:
|
||||||
|
|
||||||
mkdir endian
|
mkdir endian
|
||||||
svn co http://svn.boost.org/svn/boost/sandbox/endian endian
|
svn co http://svn.boost.org/svn/boost/sandbox/endian endian
|
||||||
svn export --force http://svn.boost.org/svn/boost/trunk endian
|
svn export --force http://svn.boost.org/svn/boost/trunk endian
|
||||||
|
|
||||||
To copy the library into an existing boost subversion checkout, do
|
|
||||||
the following, replacing "BOOST" with the path of the boost checkout:
|
|
||||||
|
|
||||||
svn export --force http://svn.boost.org/svn/boost/sandbox/endian BOOST
|
|
||||||
|
|
||||||
Boost.Endian is a header only library, so the library is ready to go
|
Boost.Endian is a header only library, so the library is ready to go
|
||||||
without running a build.
|
without running a build.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user