mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-20 18:32:17 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@7921 72102866-910b-0410-8b05-ffd578937521
34 lines
1.1 KiB
Text
34 lines
1.1 KiB
Text
Installation
|
|
************
|
|
|
|
This file documents the installation of the GNUstep ProjectCenter.
|
|
|
|
Copyright (C) 2000 Philippe C.D. Robert. You may copy,
|
|
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.
|
|
|
|
Here is a quick-and-dirty example of installation commands:
|
|
|
|
GNUstep: 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!
|
|
|
|
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
|