2000-08-27 19:11:42 +00:00
|
|
|
Installation
|
|
|
|
************
|
|
|
|
|
|
|
|
This file documents the installation of the GNUstep ProjectCenter.
|
|
|
|
|
2001-08-03 14:31:19 +00:00
|
|
|
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.
|
|
|
|
|
2001-08-01 12:35:41 +00:00
|
|
|
You may copy, distribute, and modify it freely as long as you preserve this
|
|
|
|
copyright notice and permission notice.
|
2000-08-27 19:11:42 +00:00
|
|
|
|
|
|
|
Installing `ProjectCenter'
|
2000-10-29 12:00:54 +00:00
|
|
|
=========================
|
2000-08-27 19:11:42 +00:00
|
|
|
|
2000-10-15 12:27:52 +00:00
|
|
|
ProjectCenter requires GNUstep to be installed. Make sure that you have an
|
2000-10-29 12:00:54 +00:00
|
|
|
up to date version on your system installed!
|
2001-01-06 16:46:36 +00:00
|
|
|
|
2000-10-29 12:00:54 +00:00
|
|
|
In order to use apps built with ProjectCenter, you will need at least a
|
|
|
|
version not older than from October 2000.
|
2000-08-27 19:11:42 +00:00
|
|
|
|
2000-09-21 07:17:14 +00:00
|
|
|
Here is a quick-and-dirty example of installation commands:
|
2000-08-27 19:11:42 +00:00
|
|
|
|
2001-01-06 16:46:36 +00:00
|
|
|
GNUstep:
|
|
|
|
cd ProjectCenter
|
|
|
|
make install
|
2000-08-27 19:11:42 +00:00
|
|
|
|
2000-09-21 07:17:14 +00:00
|
|
|
If you want to do make; make install, make sure that you
|
|
|
|
first make; make install PCLib, and *then* the rest of the
|
|
|
|
sources!
|
2000-08-27 19:11:42 +00:00
|
|
|
|
2000-10-29 12:00:54 +00:00
|
|
|
In order to do this successfully you must first install PCLib and the bundles and then the application itself!
|
|
|
|
|
|
|
|
Important!
|
|
|
|
==========
|
|
|
|
|
2002-01-02 12:13:06 +00:00
|
|
|
o ProjectCenter now installs into GNUSTEP_SYSTEM_ROOT. 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
|
|
|
|
it using GNUstep's defaults tool:
|
|
|
|
|
|
|
|
defaults write ProjectCenter BundlePaths /usr/GNUstep/System/Library/ProjectCenter
|
2000-10-29 12:00:54 +00:00
|
|
|
|