Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r72130 - sandbox/endian/libs/endian
From: bdawes_at_[hidden]
Date: 2011-05-24 08:16:51


Author: bemandawes
Date: 2011-05-24 08:16:50 EDT (Tue, 24 May 2011)
New Revision: 72130
URL: http://svn.boost.org/trac/boost/changeset/72130

Log:
Clarify INSTALL
Text files modified:
   sandbox/endian/libs/endian/INSTALL | 15 +++++++--------
   1 files changed, 7 insertions(+), 8 deletions(-)

Modified: sandbox/endian/libs/endian/INSTALL
==============================================================================
--- sandbox/endian/libs/endian/INSTALL (original)
+++ sandbox/endian/libs/endian/INSTALL 2011-05-24 08:16:50 EDT (Tue, 24 May 2011)
@@ -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.
   


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk