2015-04-03 08:17:26 -04:00
2015-04-03 08:17:26 -04:00
2014-12-17 17:49:56 -05:00
2013-09-01 08:59:55 -04:00
2015-04-03 08:17:26 -04:00
2015-04-03 08:17:26 -04:00
2015-04-03 08:17:26 -04:00
2015-01-19 08:46:48 -05:00
2014-08-13 08:31:11 -04:00
2015-02-16 19:33:45 -05:00
2015-01-19 08:46:48 -05:00

Boost Endian library

To experiment with the Endian library, various other boost libraries must be
available. So you need to clone or install a current version of Boost if you
have notalready done so.

Boost.Endian is a header-only library, so there is no need to run a build
for it. These instructions do assume bootstrap has been run so that b2 is
in your path environmental variable.

Windows
=======

    cd boost-root\libs
    git clone git://github.com/Beman/endian.git
    cd ..\boost
    mklink /d endian ..\libs\endian\include\boost\endian
    cd ..\libs\endian\test
    b2
  
Others
======

    cd boost-root/libs  
    git clone git://github.com/Beman/endian.git
    cd ../boost
    ln -s ../libs/endian/include/boost/endian endian
    cd ../libs/endian/test
    b2
  
---------------------------
Copyright Beman Dawes, 2013

Distributed under the Boost Software License, Version 1.0.
http://www.boost.org/LICENSE_1_0.txt 
S
Description
Boost Endian library
Readme 1.6 MiB
Languages
C++ 98.3%
CMake 0.8%
Batchfile 0.5%
Shell 0.3%
HTML 0.1%