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 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
=============
Unpack the basez-x.x.tar.gz source package in a src directory and cd into it. 
Use BSD make or GNU make to build and install. 

 For building configuration options type:

  ./configure --help

 To compile the software, type:

  ./configure
  make

 To run regression tests, type:

  make test

 To install, type:

  make install

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

  make uninstall


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

  basez --help


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.
