PDF Editor readme
-----------------

For more detailed documentation, look into "doc" subdirectory.
File doc/user/user_doc.html contain more detailed installation instructions
(in the Installation section) and list of required libraries.

Compilation
-----------
 Run:
  ./configure

 Optionally you can specify prefix (default is /usr/local/) or other parameters.
 Run "./configure --help" to see list of possible configuration parameters.

 After configure succesfully finishes, run "make" in this directory to start
 compilation.

Installation
------------
 To install editor, run
  make install

 INSTALL_ROOT environment variable can be used to install into different
 root directory, which can be useful for example when creating packages
 or if installing into chroot jail.

 Example:
  INSTALL_ROOT=/chroot/pdfedit make install

