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
=======
You can redistribute and/or modify this software package under the terms of
the GNU General Public License version 3, or any later version as published
by the Free Software Foundation.

This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY;  without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.


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, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.  This file is offered as-is,
without any warranty.
