


================================================================================
= License
================================================================================

  This library is free software: you can redistribute it and/or modify
  it under the terms of the GNU Lesser General Public License as published by
  the Free Software Foundation, either version 3 of the License, or
  (at your option) any later version.

  See "COPYING" or "lgpl-3.0.txt" files.



================================================================================
= Requirements
================================================================================

  o gcc >= 4.7 (c++11 standard is required)
  o GNU make, tar
  o GNU/Linux kernel >= 2.6.32 (because need the socket options SO_PROTOCOL
                                and SO_DOMAIN, but is no)



================================================================================
= How to build
================================================================================

  o On GNU/Linux:
  $ make

  o On OpenBSD(install gcc 4.7):
  $ make CXX=eg++


================================================================================
= How to build a binary package
================================================================================

  o Format tar.gz:
    $ make build-tgz

  o Format tar.bz2:
    $ make build-tbz2

  o Format tar.xz:
    $ make build-txz



================================================================================
= How to build a source package
================================================================================

  o Format tar.gz:
    $ make tgz

  o Format tar.bz2:
    $ make tbz2

  o Format tar.xz:
    $ make txz



================================================================================
= Tests or examples
================================================================================

  See "tests" directory.



