libs-gdl2/INSTALL
David Ayers 92b1704dd9 * Version 0.11.0
* README: Update prerequisites and project names.
	* TODO: Update.
	* INSTALL: Remove reference to GNUSTEP_SYSTEM_ROOT.
	* ANNOUNCE: Update for release.
	* NEWS: Ditto.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@25320 72102866-910b-0410-8b05-ffd578937521
2007-07-11 18:45:06 +00:00

36 lines
1.3 KiB
Text

Introduction
============
Make sure you have installed the GNUstep Makefile package
(gnustep-make) and the GNUstep Base Library (gnustep-base) and you
have sourced the makefile script:
. $GNUSTEP_SYSTEM_ROOT/Library/Makefiles/GNUstep.sh
If you want support for LoginPanels you also need the GNUstep GUI
Library (gnustep-gui) and the GNUstep Backend Library (gnustep-back)
installed.
If your installing GDL2 on Cocoa, the GNUstep Base Library should
be installed as a support library (gnustep-baseadd). GDL2 will use
AppKit so you do not need gnustep-gui or gnustep-back.
See the GNUstep-HOWTO in gnustep-make for more information.
Quick installation instructions:
./configure
make
make install
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.
Compilation
===========
To compile this library, type make. After this is complete, type make
install. 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 gnustep-make package for more
information on these options.