Install
-------

- To install using the xpi file, point your browser to the xpi file

- To install from source: unpack the distribution

    tar zxf epub-0.2.tgz

- Change to the unpacked directory and run as yourself (not root)

  ./configure
  make
  make epub.xpi
  make install-xpi

You may need to install the package libnspr if it complains about 
prtypes.h not being found

- If you just want to create the xpi file, omit the "make install-xpi"

- Restart firefox

- If you load local URLS file:///... you may need to add this line
  to /etc/mime.types:

    application/epub+zip epub

  This MIME type has been applied for to IANA and is used by epub 
  publishers, but may not be in the mime.types file yet.
