mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-19 01:51:09 +00:00
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
This commit is contained in:
parent
3336f4afdf
commit
3ed78e0fea
4 changed files with 24 additions and 18 deletions
11
ANNOUNCE
11
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?
|
||||
============================
|
||||
|
|
18
INSTALL
18
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!
|
||||
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
|
||||
|
|
11
README
11
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
|
||||
<phr@projectcenter.ch>
|
2
Version
2
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}
|
||||
|
|
Loading…
Reference in a new issue