mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-20 18:32:17 +00:00
Updated user information
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@17107 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
5fc73c33f7
commit
82037bdc17
4 changed files with 105 additions and 104 deletions
53
ANNOUNCE
53
ANNOUNCE
|
@ -1,47 +1,42 @@
|
|||
Announcement
|
||||
************
|
||||
|
||||
This is version 0.3.5 of ProjectCenter.
|
||||
|
||||
What is ProjectCenter?
|
||||
======================
|
||||
|
||||
ProjectCenter is an application developed for GNUstep which one day should
|
||||
becoime a full blown development environment.
|
||||
|
||||
The file `INSTALL' gives instructions for installing the package.
|
||||
|
||||
The GNUstep web site at http://www.gnustep.org/developers/ProjectCenter.html
|
||||
contains more up-to-date information.
|
||||
ProjectCenter is a clone of the NEXTSTEP ProjectBuilder application for
|
||||
GNUstep.
|
||||
|
||||
ProjectCenter is covered under the GNU Public License. This means if you
|
||||
make changes to these programs, you cannot charge a fee, other than
|
||||
distribution fees, for others to use the program. You should read the
|
||||
COPYING file for more information.
|
||||
|
||||
How can you help?
|
||||
=================
|
||||
Noteworthy changes in version `0.3.5'.
|
||||
======================================
|
||||
|
||||
* Check the bug list at the ProjectCenter web site.
|
||||
If you can volunteer for any of the todo's, or if you have any useful
|
||||
comments send email! <phr@3dkit.org>
|
||||
Many features have been polished and stabilised, see ChangeLog for the
|
||||
complete list of changes.
|
||||
|
||||
* Give us feedback! Tell us what you like; tell us what you think
|
||||
could be better. Send bug reports to <phr@3dkit.org>.
|
||||
How can I get support for this software?
|
||||
========================================
|
||||
|
||||
Machines
|
||||
========
|
||||
You may wish to use the GNUstep discussion mailing list for general
|
||||
questions and discussion. Look at the GNUstep Web Pages for more
|
||||
information regarding GNUstep resources <http://www.gnustep.org/>
|
||||
|
||||
GNUstep ProjectCenter is known to compile on the following machines.
|
||||
Where can you get it? How can you compile it?
|
||||
==============================================
|
||||
|
||||
* Linux x86, GNUstep 0.6.9 or newer
|
||||
* Linux PPC, GNUstep 0.6.9 or newer
|
||||
You can download sources and rpms (for some machines) from
|
||||
ftp://ftp.gnustep.org/pub/gnustep/dev-apps/.
|
||||
|
||||
Where do I send bug reports?
|
||||
============================
|
||||
|
||||
Bug reports can be sent to <phr@3dkit.org>.
|
||||
|
||||
Enjoy!
|
||||
Philippe C.D. Robert
|
||||
Bug reports can be sent to <bug-gnustep@gnu.org>.
|
||||
|
||||
Obtaining GNU Software
|
||||
======================
|
||||
|
@ -51,14 +46,14 @@ Obtaining GNU Software
|
|||
Check out the GNUstep web site. (`http://www.gnustep.org/')
|
||||
|
||||
Most GNU software is packed using the GNU `gzip' compression program.
|
||||
Source code is available on most sites distributing GNU software.
|
||||
Source code is available on most sites distributing GNU software.
|
||||
|
||||
For information on how to order GNU software on tape, floppy or
|
||||
cd-rom, or printed GNU manuals, check the file etc/ORDERS in the GNU
|
||||
Emacs distribution or in GNUinfo/ORDERS on prep, or e-mail a request to:
|
||||
<gnu@gnu.org>
|
||||
cd-rom, or printed GNU manuals, check the file etc/ORDERS in the GNU
|
||||
Emacs distribution or in GNUinfo/ORDERS on prep, or e-mail a request to:
|
||||
<gnu@gnu.org>
|
||||
|
||||
By ordering your GNU software from the FSF, you help us continue to
|
||||
develop more free software. Media revenues are our primary source of
|
||||
support. Donations to FSF are deductible on US tax returns.
|
||||
develop more free software. Media revenues are our primary source of
|
||||
support. Donations to FSF are deductible on US tax returns.
|
||||
|
||||
|
|
36
INSTALL
36
INSTALL
|
@ -1,43 +1,27 @@
|
|||
Installation
|
||||
************
|
||||
|
||||
This file documents the installation of the GNUstep ProjectCenter.
|
||||
|
||||
It was written by Philippe C.D. Robert with the help of many others.
|
||||
Since version 0.2.5 it is copyrighted by the Free Software Foundation.
|
||||
|
||||
You may copy, distribute, and modify it freely as long as you preserve this
|
||||
copyright notice and permission notice.
|
||||
This file documents the installation of the GNUstep ProjectCenter application.
|
||||
|
||||
Installing `ProjectCenter'
|
||||
=========================
|
||||
|
||||
ProjectCenter requires GNUstep to be installed. Make sure that you have an
|
||||
up to date version on your system installed!
|
||||
ProjectCenter requires GNUstep core to be installed. Make sure that you have
|
||||
the latest released version installed.
|
||||
|
||||
In order to use apps built with ProjectCenter, you will need at least a
|
||||
version not older than from October 2000.
|
||||
Here is the quick way of building and installing ProjectCenter:
|
||||
|
||||
Here is a quick-and-dirty example of installation commands:
|
||||
cd ProjectCenter;
|
||||
make;
|
||||
make install;
|
||||
|
||||
GNUstep:
|
||||
cd ProjectCenter
|
||||
make install
|
||||
|
||||
If you want to do make; make install, make sure that you
|
||||
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!
|
||||
By default ProjectCenter gets installed under GNUSTEP_SYSTEM_ROOT.
|
||||
|
||||
Important!
|
||||
==========
|
||||
|
||||
o ProjectCenter now installs into GNUSTEP_INSTALLATION_DIR. Be sure to have the
|
||||
correct privileges when installing it!
|
||||
|
||||
o When ProjectCenter fails to launch due to a missing bundle path, you can set
|
||||
When ProjectCenter fails to launch due to a missing bundle path, you can set
|
||||
it using GNUstep's defaults tool ie. to:
|
||||
|
||||
defaults write ProjectCenter BundlePaths /usr/GNUstep/Local/Library/ProjectCenter
|
||||
defaults write ProjectCenter BundlePaths /TheProperPath/Library/ProjectCenter
|
||||
|
||||
|
|
67
README
67
README
|
@ -2,58 +2,27 @@
|
|||
ProjectCenter
|
||||
=============
|
||||
|
||||
This is ProjectCenter, the GNUstep IDE. ProjectCenter is part of the
|
||||
GNUstep project and is copyrighted by the Free Softare Foundation.
|
||||
|
||||
ProjectCenter is released under the GPL - see file 'COPYING' for details.
|
||||
This is ProjectCenter, the GNUstep IDE which is part of the GNUstep
|
||||
project and is copyrighted by the Free Softare Foundation. ProjectCenter
|
||||
is released under the GPL - see 'COPYING' for the details.
|
||||
|
||||
Read the NEWS file for the latest user visible changes. Read the INSTALL
|
||||
file for installation instructions.
|
||||
Further information can be found on the GNUstep site at www.gnustep.org
|
||||
on the ProjectCenter page
|
||||
|
||||
http://www.gnustep.org/developers/ProjectCenter.html
|
||||
|
||||
Status
|
||||
------
|
||||
For the installation instructions read the INSTALL file.
|
||||
For a list of upcoming and/or planned features read the TODO file.
|
||||
For a list of changes in released versions read the ANNOUNCE file.
|
||||
|
||||
The main author of ProjectCenter is Philippe C.D. Robert, but others
|
||||
have contributed a lot to the current state of the project:
|
||||
|
||||
A lot is still not done and not even designed. As for the moment the
|
||||
application can be used for creating and managing projects of different
|
||||
kinds, such as GORM applications, libraries, tools and so on.
|
||||
Code - Pierre-Yves Rivaille
|
||||
Nicola Perot
|
||||
Richard Frith-Macdonald
|
||||
Adam Fedor
|
||||
Serg Stoyan
|
||||
|
||||
What still needs a lot of effort:
|
||||
UI - Many of the icons have been created by Andrew Lindsay
|
||||
|
||||
o Code editing/external editor support
|
||||
o Debugging support
|
||||
o Code 'wizards'
|
||||
o UML case tool?!
|
||||
o Overall code improvements and bug fixes!!!
|
||||
o ... and a lot more!
|
||||
|
||||
|
||||
ProjectCenter.app on Mac OS X
|
||||
-----------------------------
|
||||
|
||||
It is possible to compile and run ProjectCenter on Mac OS X 10.2 using
|
||||
Cocoa. But since the application relies on the GNUstep makefile package
|
||||
it will not be really useable (yet).
|
||||
|
||||
Installation: - Compile PCLib and install it in ~/Library/Frameworks/
|
||||
- Compile ProjectCenter.app and install it at the usual place
|
||||
- Compile all bundles and install them where appropriate
|
||||
- Run ProjectCenter.app and set the bundle path in the
|
||||
preferences panel
|
||||
- Restart ProjectCenter.app - that's it!
|
||||
|
||||
Known issues: - The GUI is hardcoded therefore it is not adopted to Mac OS X
|
||||
metrics.
|
||||
|
||||
|
||||
Acknowledgements
|
||||
----------------
|
||||
|
||||
Icons - Many are created by Andrew Lindsay.
|
||||
|
||||
Code - Pierre-Yves Rivaille
|
||||
Nicola Perot
|
||||
Richard Frith-Macdonald
|
||||
Adam Fedor
|
||||
|
||||
And all I have forgotten...
|
||||
|
|
53
TODO
Normal file
53
TODO
Normal file
|
@ -0,0 +1,53 @@
|
|||
TODO
|
||||
****
|
||||
|
||||
This is the GNUstep ProjectCenter TODO list.
|
||||
Feel free to propose changes to this list or make suggestions!
|
||||
|
||||
ProjectCenter 0.4 Owner
|
||||
----------------- ------
|
||||
|
||||
- ProjectCenter localisation robert
|
||||
- Editor enhancements robert
|
||||
- Project Inspector completion serg
|
||||
- UI using Gorm and overal code cleanup ??? (all)
|
||||
- Initial user documentation ???
|
||||
|
||||
ProjectCenter 0.5
|
||||
-----------------
|
||||
|
||||
- Initial support for subprojects robert
|
||||
- Localisation support for GUI based projects robert
|
||||
- Review and cleanup of PC project bundles/templates robert
|
||||
- Direct code documentation (using autogsdoc) ???
|
||||
- Better integration with other tools (Gorm, CodeEditor, EasyDiff) ???
|
||||
|
||||
ProjectCenter 0.6
|
||||
-----------------
|
||||
|
||||
- ProjectBuilder enhancements ???
|
||||
- ProjectLauncher enhancements ???
|
||||
- Initial support for integrated debugging ???
|
||||
|
||||
ProjectCenter 0.7
|
||||
-----------------
|
||||
|
||||
- Optimised support for integrated debugging ???
|
||||
- More project customisation possibilities ???
|
||||
|
||||
ProjectCenter 0.8
|
||||
-----------------
|
||||
|
||||
- An initial project wide find feature ???
|
||||
|
||||
ProjectCenter 0.9
|
||||
-----------------
|
||||
|
||||
- An initial class browser/documentation feature ???
|
||||
|
||||
ProjectCenter 1.0
|
||||
-----------------
|
||||
|
||||
Version 1.0 is aimed at stabilising and optimising existing features. There
|
||||
will not be any new features since 0.9.
|
||||
|
Loading…
Reference in a new issue