From 636a7bfd6eb472ce7e9f9f2c50e2cdc88c45424f Mon Sep 17 00:00:00 2001 From: Beman Date: Fri, 3 Apr 2015 08:33:33 -0400 Subject: [PATCH] Update README to reflect 1.58.0 inclusion and boostorg.github.io/endian availability. --- README | 13 +++++++++---- doc/publish.bat | 2 +- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/README b/README index ae082ad..2039ba9 100644 --- a/README +++ b/README @@ -1,21 +1,26 @@ Boost Endian library +The Endian library is included in Boost release 1.58.0 and later. + +See http://boostorg.github.io/endian to browse the documentation without having to +download the library or install Boost. + To experiment with the Endian library, various other boost libraries must be -available. So you need to clone a current version of boost if you -have not already done so. +available. So you need to install Boost or clone a current version of boostorg/boost +if you have not already done so. Boost.Endian is a header-only library, so there is no need to run a build for it, although you may need to do a "b2 headers". If your clone of boost is already in place, please remember to: - cd modular-boost + cd boost git pull git submodule update --init git submodule update ./b2 headers -On Windows, change the "./" is omitted. +On Windows, "./" is unnecessary. --------------------------- Copyright Beman Dawes, 2013 diff --git a/doc/publish.bat b/doc/publish.bat index b376928..a8fdb91 100644 --- a/doc/publish.bat +++ b/doc/publish.bat @@ -1,4 +1,4 @@ -copy /y c:\boost\modular\develop\libs\endian\doc\* d:\boost\endian-gh-pages +copy /y c:\boost\develop\libs\endian\doc\* d:\boost\endian-gh-pages pushd d:\boost\endian-gh-pages git commit -a -m "copy from develop" git push