base85 - ASCII85 encode/decode data and print to standard output
Copyright (C) 2017 Timothe Litt
base85 is a command line utility that encodes and decodes ASCII85 (base85) data.
It is a Perl script.
The script uses the Perl library module Convert::Ascii85
, available from CPAN.
Copyright (c) 2017 Timothe Litt
This is free software; the author disclaims all responsibility for its use, reliability and consequences. The name of the author may not be used to endorse any product, but must be retained in the documentation and code. Any modifications must be clearly documented and attributed, and are the responsibility of their author.
This notice and the copyright statements must be retained in all copies (complete or partial) of this software and documentation. See LICENSE for details.
Download the latest Vn.m-Release
tarball using the tar.gz
link at GitHub.
- Do not select the
.zip
file, as it does not preserve file permissions. - Do not select any other tag format that may exists (e.g.
Xm.n
or-Trial
, as these are unstable. - Do NOT use the Clone or download link on the main
base85
page, as it provides a.zip
file.
Unpack the tar.gz
:
tar -xzf base85V<n>.<m>-Release.tar.gz
This will create a subdirectory named base85-<version>.
cd
to that directory.
perl Makefile.PL
make
make install
Please raise bug reports or suggestions on the issues tracker.
Always include base85 version
, and perl --version
.
If there is any error or warning message, include the full terminal session.
Suggestions and/or praise are also welcome.