BaseZ
======
1. Description
2. License
3. Install Guide
4. Quick Start Usage Guide


DESCRIPTION
===========
Encode  data into/decode data from base16, base32, base32hex, base64 or
base64url stream per RFC 4648;  MIME  base64  Content-Transfer-Encoding
per RFC 2045; or PEM Printable Encoding per RFC 1421.


LICENSE
=======
See the LICENSE file included in this package.


INSTALL GUIDE
=============
Standard building tools are freely available in Linux and BSD distributions.
Use gratis "Command Line Tools for Xcode" on Mac. Free Mingw with MSYS will
do on MS Windows.

Unpack the basez-x.x.tar.gz source package in a src directory and cd into it.

For building configuration options type:

  ./configure --help

To compile the software, type:

  ./configure
  make

To install, type:

  make install
or
  sudo make install

To uninstall, cd into the src/basez-x.x directory and type:

  make uninstall
or
  sudo make uninstall


QUICK START USAGE GUIDE
=======================
For list of program options, install the software and type:

  basez --help
or
  man basez


Copyright (C) 2013, 2015, 2016  Milan Kupcevic
==============================================
Copying and distribution of this file are permitted under the terms of the
GNU General Public License version 3, or any later version, or alternatively
under the terms of the Creative Commons Attribution-ShareAlike 3.0 license,
or a later version.
