mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Updated INSTALL file
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@24903 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
23e46dfffb
commit
28511cb50c
2 changed files with 18 additions and 13 deletions
|
@ -6,6 +6,8 @@
|
|||
* Tools/gsdoc-1_0_1.rnc: Same change.
|
||||
* Tools/gsdoc.7: Same change.
|
||||
* Tools/gdomap.8: Same change.
|
||||
|
||||
* INSTALL: Updated.
|
||||
|
||||
2007-03-19 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
|
|
29
INSTALL
29
INSTALL
|
@ -22,14 +22,16 @@ GNUstep-HOWTO is located in the gnustep-make package or at
|
|||
If you are installing the GNUstep libraries individually, make sure
|
||||
you have installed the GNUstep Makefile package (gnustep-make) already,
|
||||
and you have sourced the makefile script:
|
||||
. $GNUSTEP_SYSTEM_ROOT/Library/Makefiles/GNUstep.sh
|
||||
. $GNUSTEP_MAKEFILES/GNUstep.sh
|
||||
(usually this means '. /usr/GNUstep/System/Library/Makefiles/GNUstep.sh' or
|
||||
'. /usr/local/share/GNUstep/Makefiles/GNUstep.sh')
|
||||
See the GNUstep-HOWTO for more information.
|
||||
|
||||
After installing this library you should install gnustep-gui if you
|
||||
are going to use graphical applications.
|
||||
|
||||
When you configure this library, make sure you use the same
|
||||
configuration options as with gstep-make. Some additional options to
|
||||
configuration options as with gnustep-make. Some additional options to
|
||||
configure are described below.
|
||||
|
||||
Quick installation instructions:
|
||||
|
@ -47,16 +49,17 @@ configure are described below.
|
|||
Configuration
|
||||
=============
|
||||
|
||||
Configuration is performed by running the `configure' program at a
|
||||
shell prompt. You may want to use some of the optional arguments to the
|
||||
`configure' program. Type `configure --help' for a list of these. It is
|
||||
not likely that you will need to use the `--prefix' option, since
|
||||
gstep-base will automatically install in the directory specified by the
|
||||
`GNUSTEP_SYSTEM_ROOT' environment variable (specified when you
|
||||
installed gnustep-make).
|
||||
Configuration is performed by running the `configure' program at a
|
||||
shell prompt. You may want to use some of the optional arguments to
|
||||
the `configure' program. Type `configure --help' for a list of
|
||||
these. It is not likely that you will need to use the `--prefix'
|
||||
option, since gnustep-base will automatically install in the directory
|
||||
layout specified when you installed gnustep-make. If you need to
|
||||
relocate (for packaging) please use something like 'make
|
||||
DESTDIR=/tmp/my-gnustep-base'.
|
||||
|
||||
Some configuration options for the base library need to be specified
|
||||
when configuring the gnustep-make package. In most cases, it is a good
|
||||
when configuring the gnustep-make package. In some cases, it is a good
|
||||
idea to specify the same configuration options when configuring both
|
||||
packages, just to make sure.
|
||||
|
||||
|
@ -149,11 +152,11 @@ Compilation
|
|||
|
||||
To compile this library, type make. After this is complete, type make
|
||||
install (make sure you are the root user). Some additional options you
|
||||
can use with make are `debug=yes' to make a debugging version of the
|
||||
can use with make are `debug=no' to make a non-debugging version of the
|
||||
library and `shared=no' to make a static version of the library. See
|
||||
the gstep-make package for more information on these options.
|
||||
the ggnustep-make package for more information on these options.
|
||||
|
||||
If you can't install gstep-base as root, be sure to edit the
|
||||
If you can't install gnustep-base as root, be sure to edit the
|
||||
`Tools/gdomap.h' file and uncomment the last line.
|
||||
|
||||
Copyright (C) 2005 Free Software Foundation
|
||||
|
|
Loading…
Reference in a new issue