App-Parcimonie

INSTALLATION
============

Debian and derivative distributions
-----------------------------------

parcimonie is not part of Debian yet. To install parcimonie using APT,
you thus need to add its repository to your APT sources, and the
repository signing key to the APT keyring; these instructions shall
work on Debian Squeeze or newer:

        sudo apt-get install apt-transport-https
        sudo tee /etc/apt/sources.list.d/parcimonie.list <<EOF
deb https://gaffer.ptitcanardnoir.org/intrigeri/debian/parcimonie/ sid main
EOF
        gpg --recv-keys A11CE058
        # check the received key e.g. using the Web-of-Trust
        gpg --export A11CE058 | sudo apt-key add -
        sudo apt-get update
        sudo apt-get install parcimonie

Standalone
----------

To manually install parcimonie, run the following commands:

	perl Build.PL
	./Build
	./Build test
	./Build install


SUPPORT AND DOCUMENTATION
=========================

After installing, you can find documentation for parcimonie with the
man command:

    man parcimonie

You can also look for information at:

    parcimonie's homepage
        https://gaffer.ptitcanardnoir.org/intrigeri/code/parcimonie/


LICENSE AND COPYRIGHT
=====================

Copyright (C) 2010-2011 intrigeri

This program is released under the same terms as Perl itself.
