Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r72121 - sandbox/endian/libs/endian
From: bdawes_at_[hidden]
Date: 2011-05-23 09:38:46


Author: bemandawes
Date: 2011-05-23 09:38:45 EDT (Mon, 23 May 2011)
New Revision: 72121
URL: http://svn.boost.org/trac/boost/changeset/72121

Log:
Add install instructions
Added:
   sandbox/endian/libs/endian/INSTALL (contents, props changed)

Added: sandbox/endian/libs/endian/INSTALL
==============================================================================
--- (empty file)
+++ sandbox/endian/libs/endian/INSTALL 2011-05-23 09:38:45 EDT (Mon, 23 May 2011)
@@ -0,0 +1,23 @@
+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:
+
+ 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.
+
+To run the tests:
+
+ cd endian/libs/endian/test
+ bjam
+
+Copyright Beman Dawes 2011
+Distributed under the Boost Software License, Version 1.0. See http://www.boost.org/LICENSE_1_0.txt


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