
 KeyArcher Application README
 ****************************

 This package is the source distribution of the KeyArcher application.
 KeyArcher is an interactive keyed-archive explorer.


 INSTALLATION
 ------------

 You must install the GNUstep (http://www.gnustep.org) framework in
 order to be able to compile and use KeyArcher. After that it should be
 as simple as:

 $ make

 $ make install      <- may require superuser priviledges
   or:
 $ make GNUSTEP_INSTALLATION_DIR=/wherever/you/want/it/to/go install
   to install into a different location, such as:
 $ make GNUSTEP_INSTALLATION_DIR=$GNUSTEP_USER_ROOT install
   to install the package into your home directory.
 

 AUTHORS (names encoded in UTF-8)
 --------------------------------

 Sašo Kiselkov <diablos@manga.sk>


 VERSION
 -------

 The current version of KeyArcher is 0.1.


 LICENSE
 -------

 This application and all it's files are released under the terms of the
 GNU General Public License v2 or any later. For the text of the
 license, see the file COPYING included in this distribution package.

 The acompanying documentation (both separate files and doxygen
 documentation in the source) are released under the terms of the GNU
 Free Documentation License (FDL) v1.2 or any later. For the text of the
 license, see the file COPYING.fdl included in this distribution package.
