From 20b8bd58f812b41cfe589b23e2b1344837e31d39 Mon Sep 17 00:00:00 2001 From: bemandawes Date: Mon, 23 May 2011 13:38:45 +0000 Subject: [PATCH] Add install instructions git-svn-id: http://svn.boost.org/svn/boost/sandbox/endian@72121 b8fc166d-592f-0410-95f2-cb63ce0dd405 --- libs/endian/INSTALL | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 libs/endian/INSTALL diff --git a/libs/endian/INSTALL b/libs/endian/INSTALL new file mode 100644 index 0000000..de40731 --- /dev/null +++ b/libs/endian/INSTALL @@ -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