1996-09-03 18:09:16 +00:00
|
|
|
@c -*- texinfo -*-
|
|
|
|
@chapter Installation
|
|
|
|
|
2001-02-23 04:13:00 +00:00
|
|
|
@node Top, Introduction, (dir), (dir)
|
1996-09-03 18:09:16 +00:00
|
|
|
@include version.texi
|
|
|
|
|
2001-02-23 04:13:00 +00:00
|
|
|
@menu
|
|
|
|
* Introduction::
|
|
|
|
* Configuration::
|
|
|
|
* Compilation::
|
|
|
|
* Installing::
|
|
|
|
@end menu
|
1996-09-03 18:09:16 +00:00
|
|
|
|
|
|
|
|
2001-02-23 04:13:00 +00:00
|
|
|
@node Introduction, Configuration, Top, Top
|
|
|
|
@section Introduction
|
1996-09-03 18:09:16 +00:00
|
|
|
|
2001-02-23 04:13:00 +00:00
|
|
|
This file documents the installation of the GNUstep GUI Library,
|
|
|
|
@samp{gnustep-gui}. If you are installing this package as part of the
|
|
|
|
GNUstep core package, read the file GNUstep-HOWTO for more complete
|
|
|
|
instructions on how to install the entire GNUstep package (including
|
2002-01-24 17:02:33 +00:00
|
|
|
this library). GNUstep-HOWTO is located at @url{http://www.gnustep.org}
|
|
|
|
and in the gnustep-make package (which you should install first).
|
1996-09-03 18:09:16 +00:00
|
|
|
|
2002-01-24 17:02:33 +00:00
|
|
|
You must have installed gnustep-base and gnustep-make
|
|
|
|
before building this library.
|
2001-03-02 15:37:20 +00:00
|
|
|
|
2001-02-23 04:13:00 +00:00
|
|
|
@node Configuration, Compilation, Introduction, Top
|
|
|
|
@section Configuration
|
1996-09-03 18:09:16 +00:00
|
|
|
|
2001-02-23 04:13:00 +00:00
|
|
|
Configuration is performed by running the @file{configure} program at a
|
|
|
|
shell prompt. You may want to use some of the optional arguments to the
|
|
|
|
@file{configure} program. Type @code{configure --help} for a list. GNUstep
|
|
|
|
specific options are at the end of this list (if any).
|
1996-09-03 18:09:16 +00:00
|
|
|
|
2001-02-23 04:13:00 +00:00
|
|
|
@node Compilation, Installing, Configuration, Top
|
|
|
|
@section Compilation
|
1996-09-03 18:09:16 +00:00
|
|
|
|
2001-02-23 04:13:00 +00:00
|
|
|
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 @samp{debug=yes} to make a debugging version of
|
|
|
|
the library and @samp{shared=no} to make a static version of the
|
|
|
|
library. See the gstep-make package for more information on these options.
|
1996-09-03 18:09:16 +00:00
|
|
|
|
2001-02-23 04:13:00 +00:00
|
|
|
@node Installing, , Compilation, Top
|
|
|
|
@section Installing
|
1996-09-03 18:09:16 +00:00
|
|
|
|
2001-02-23 04:13:00 +00:00
|
|
|
To install, type
|
1996-09-03 18:09:16 +00:00
|
|
|
|
2001-02-23 04:13:00 +00:00
|
|
|
@example
|
|
|
|
make install
|
|
|
|
@end example
|
1996-09-03 18:09:16 +00:00
|
|
|
|
2001-02-23 04:13:00 +00:00
|
|
|
@bye
|