mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-24 21:58:51 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13219 72102866-910b-0410-8b05-ffd578937521
42 lines
1.3 KiB
Text
42 lines
1.3 KiB
Text
Installation
|
|
************
|
|
|
|
Introduction
|
|
============
|
|
|
|
This file documents the installation of the GNUstep GUI Library,
|
|
`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
|
|
this library). GNUstep-HOWTO is located at <http://www.gnustep.org>
|
|
and in the gnustep-make package (which you should install first).
|
|
|
|
You must have installed gnustep-base and gnustep-make before
|
|
building this library.
|
|
|
|
After installing this library, install gnustep-xgps.
|
|
|
|
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. GNUstep
|
|
specific options are at the end of this list (if any).
|
|
|
|
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
|
|
library and `shared=no' to make a static version of the library. See
|
|
the gstep-make package for more information on these options.
|
|
|
|
Installing
|
|
==========
|
|
|
|
To install, type
|
|
|
|
make install
|
|
|