Instructions for compiling and packaging Enigmail
=================================================

Prerequisites
-------------
In order to build Enigmail you will need the following helper tools:
- GNU make 3.81 or newer
- zip
- python 2.7 or newer
- perl 5 or newer

If you want to execute unit tests, you will also need:
- eslint (installable via node.js / npm, see https://eslint.org)


Building
--------

Execute the following commands:
 ./configure
 make

The resulting XPI file can be found in the "build" directory.
