From 3ed78e0fea908cc40b4b6a5471c13abbc4804291 Mon Sep 17 00:00:00 2001 From: Robert Slover Date: Sun, 29 Oct 2000 12:00:54 +0000 Subject: [PATCH] updated textfiles and new version coming soon... git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@7921 72102866-910b-0410-8b05-ffd578937521 --- ANNOUNCE | 11 ++++------- INSTALL | 18 +++++++++++++----- README | 11 ++++++----- Version | 2 +- 4 files changed, 24 insertions(+), 18 deletions(-) diff --git a/ANNOUNCE b/ANNOUNCE index b4cb9bd..de102b9 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -9,8 +9,8 @@ What is ProjectCenter? The file `INSTALL' gives instructions for installing the package. - The GNUstep web site at `http://www.prjectcenter.ch' contains more - information. + The GNUstep web site at `http://www.projectcenter.ch' contains more + up-to-date information. ProjectCenter is covered under the GNU Public License. This means if you make changes to these programs, you cannot charge a fee, other than @@ -32,11 +32,8 @@ Machines GNUstep ProjectCenter is known to compile on the following machines. - * OpenStep 4.x/m68k - - * OpenStep 4.x/ix86 - - * Linux/GNUstep 0.6.5 + * Linux x86, GNUstep 0.6.6 or newer + * Linux PPC, GNUstep 0.6.6 or newer Where do I send bug reports? ============================ diff --git a/INSTALL b/INSTALL index 508d326..6067e5c 100644 --- a/INSTALL +++ b/INSTALL @@ -8,12 +8,12 @@ distribute, and modify it freely as long as you preserve this copyright notice and permission notice. Installing `ProjectCenter' -==================== +========================= ProjectCenter requires GNUstep to be installed. Make sure that you have an -up to date version on your system installed! In order to use apps built with -ProjectCenter, you will need at least a version not older than from October -2000. +up to date version on your system installed! +In order to use apps built with ProjectCenter, you will need at least a +version not older than from October 2000. Here is a quick-and-dirty example of installation commands: @@ -23,4 +23,12 @@ GNUstep: make install; first make; make install PCLib, and *then* the rest of the sources! -In order to do this successfully you must first install PCLib and the bundles and then the application itself! \ No newline at end of file +In order to do this successfully you must first install PCLib and the bundles and then the application itself! + +Important! +========== + +When ProjectCenter fails to launch due to a missing bundle path, you can set it +using GNUstep's defaults tool: + +opentool defaults write ProjectCenter BundlePaths /usr/GNUstep/Local/Library/ProjectCenter diff --git a/README b/README index e60cc0e..4cbe652 100644 --- a/README +++ b/README @@ -1,9 +1,10 @@ README ****** - - THIS IS A DEVELOPER 'PRE RELEASE RELEASE' ONLY! It is meant to give a - sneak peak for those who want to help, it is not meant as a usable - application right now! + + This is an early release of ProjectCenter, the GNUstep IDE. Some + features are already implemented while a lot are not yet even + designed. The application is already usable for simple makefile + management and project building, though. If you want to volunteer, please contact me! @@ -19,5 +20,5 @@ TODOs Overall code improvements ... and a lot more! -Philippe C.D. Robert, 21.3.2000 +Philippe C.D. Robert, 27.10.2000 \ No newline at end of file diff --git a/Version b/Version index b766396..006b29c 100644 --- a/Version +++ b/Version @@ -6,7 +6,7 @@ GCC_VERSION=2.8.0 # The version number of this release. MAJOR_VERSION=0 -MINOR_VERSION=1 +MINOR_VERSION=2 SUBMINOR_VERSION=0 PC_VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${SUBMINOR_VERSION} VERSION=${PC_VERSION}