diff --git a/libs/endian/INSTALL b/libs/endian/INSTALL index de40731..4c93d29 100644 --- a/libs/endian/INSTALL +++ b/libs/endian/INSTALL @@ -1,16 +1,15 @@ -To install the Boost.Endian library on either Windox or POSIX-like system -in an fresh checkout of the Boost trunk, do the following in the -directory where you want the install to go: +[Faster] 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 + +[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 svn co http://svn.boost.org/svn/boost/sandbox/endian 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 without running a build.