From ff52508b6f0f7bc8743f08dbf2149dbb6ef2e099 Mon Sep 17 00:00:00 2001 From: bemandawes Date: Tue, 24 May 2011 12:16:50 +0000 Subject: [PATCH] Clarify INSTALL git-svn-id: http://svn.boost.org/svn/boost/sandbox/endian@72130 b8fc166d-592f-0410-95f2-cb63ce0dd405 --- libs/endian/INSTALL | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) 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.