ProjectManager Application README ********************************* This package is the source distribution of the ProjectManager application. ProjectManager is an integrated development environment (IDE) for the GNUstep framework. INSTALLATION ------------ You must install the GNUstep (http://www.gnustep.org), WizardKit and HighlighterKit (both available from http://home.gna.org/pmanager) frameworks in order to be able to compile and use ProjectManager. 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 VERSION ------- The current version of ProjectManager is 0.2. 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 exception to this are TextFinder.h and TextFinder.m - they are taken from the TextEdit application and their license is written in TextFinder.m. 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.