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@19495 72102866-910b-0410-8b05-ffd578937521
27 lines
691 B
Text
27 lines
691 B
Text
Installation
|
|
************
|
|
|
|
This file documents the installation of the GNUstep ProjectCenter application.
|
|
|
|
Installing `ProjectCenter'
|
|
=========================
|
|
|
|
ProjectCenter requires GNUstep core to be installed. Make sure that you have
|
|
the latest released version installed.
|
|
|
|
Here is the quick way of building and installing ProjectCenter:
|
|
|
|
cd ProjectCenter;
|
|
make;
|
|
make install;
|
|
|
|
By default ProjectCenter gets installed under GNUSTEP_SYSTEM_ROOT.
|
|
|
|
Important!
|
|
==========
|
|
|
|
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 /TheProperPath/Library/ProjectCenter
|
|
|