mirror of
https://github.com/gnustep/libs-back.git
synced 2025-02-24 04:11:28 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@13249 72102866-910b-0410-8b05-ffd578937521
54 lines
1.6 KiB
Text
54 lines
1.6 KiB
Text
@c -*- texinfo -*-
|
|
@chapter Installation
|
|
|
|
@node Top, Introduction, (dir), (dir)
|
|
@include version.texi
|
|
|
|
@menu
|
|
* Introduction::
|
|
* Configuration::
|
|
* Compilation::
|
|
* Installing::
|
|
@end menu
|
|
|
|
|
|
@node Introduction, Configuration, Top, Top
|
|
@section Introduction
|
|
|
|
This file documents the installation of the GNUstep Backend Library,
|
|
@samp{gnustep-back}. 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
|
|
this library). GNUstep-HOWTO is located at @url{http://www.gnustep.org}
|
|
|
|
You must have installed gnustep-gui before installing this library.
|
|
|
|
@node Configuration, Compilation, Introduction, Top
|
|
@section Configuration
|
|
|
|
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).
|
|
|
|
@node Compilation, Installing, Configuration, Top
|
|
@section 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 @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.
|
|
|
|
@node Installing, , Compilation, Top
|
|
@section Installing
|
|
|
|
To install, type
|
|
|
|
@example
|
|
make install
|
|
@end example
|
|
|
|
@bye
|
|
|
|
|