2005-12-22 17:42:35 +00:00
|
|
|
1 Installation
|
|
|
|
**************
|
1996-09-03 18:09:16 +00:00
|
|
|
|
2005-12-22 17:42:35 +00:00
|
|
|
1.1 Introduction
|
|
|
|
================
|
1996-09-03 18:09:16 +00:00
|
|
|
|
2004-07-15 03:28:25 +00:00
|
|
|
This file documents the installation of the GNUstep GUI Library,
|
2017-04-03 23:13:00 +00:00
|
|
|
'gnustep-gui'. If you are installing this package as part of the
|
2001-02-23 04:13:00 +00:00
|
|
|
GNUstep core package, read the file GNUstep-HOWTO for more complete
|
|
|
|
instructions on how to install the entire GNUstep package (including
|
2017-04-03 23:13:00 +00:00
|
|
|
this library). GNUstep-HOWTO is located at <http://www.gnustep.org> and
|
|
|
|
in the gnustep-make package (which you should install first).
|
1996-05-30 20:03:15 +00:00
|
|
|
|
2017-04-03 23:13:00 +00:00
|
|
|
You must have installed gnustep-base and gnustep-make before building
|
|
|
|
this library. GNUstep Make version 2.0.0 or greater is required.
|
|
|
|
GNUstep Base version 1.15.0 or greater is required.
|
2007-04-13 21:08:50 +00:00
|
|
|
|
|
|
|
Other external libraries that you should have installed include:
|
2001-07-09 02:49:03 +00:00
|
|
|
|
2005-07-22 15:49:45 +00:00
|
|
|
* tiff (REQUIRED)
|
|
|
|
* jpeg (RECOMMENDED)
|
|
|
|
* png (RECOMMENDED)
|
|
|
|
* gif or ungif (OPTIONAL)
|
|
|
|
* aspell (OPTIONAL)
|
|
|
|
* cups (OPTIONAL)
|
|
|
|
* audiofile (OPTIONAL)
|
2005-09-20 03:00:11 +00:00
|
|
|
* portaudio, v19 which has several API changes previous version
|
|
|
|
(OPTIONAL)
|
2005-07-22 15:49:45 +00:00
|
|
|
|
|
|
|
Read the GNUstep-HOWTO for more information. After installing this
|
|
|
|
library, install gnustep-back.
|
2002-03-24 03:22:32 +00:00
|
|
|
|
2005-12-22 17:42:35 +00:00
|
|
|
1.2 Configuration
|
|
|
|
=================
|
1996-05-30 20:03:15 +00:00
|
|
|
|
2017-04-03 23:13:00 +00:00
|
|
|
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
|
2001-02-23 04:13:00 +00:00
|
|
|
specific options are at the end of this list (if any).
|
1996-05-30 20:03:15 +00:00
|
|
|
|
2005-12-22 17:42:35 +00:00
|
|
|
1.3 Compilation
|
|
|
|
===============
|
1996-05-30 20:03:15 +00:00
|
|
|
|
2017-04-03 23: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 'debug=yes' to make a debugging version of the
|
|
|
|
library and 'shared=no' to make a static version of the library. See
|
2001-02-23 04:13:00 +00:00
|
|
|
the gstep-make package for more information on these options.
|
1996-05-30 20:03:15 +00:00
|
|
|
|
2005-12-22 17:42:35 +00:00
|
|
|
1.4 Installing
|
|
|
|
==============
|
1996-05-30 20:03:15 +00:00
|
|
|
|
2004-07-15 03:28:25 +00:00
|
|
|
To install, type
|
1996-05-30 20:03:15 +00:00
|
|
|
|
2001-02-23 04:13:00 +00:00
|
|
|
make install
|
1996-05-30 20:03:15 +00:00
|
|
|
|
2005-12-22 17:42:35 +00:00
|
|
|
1.5 Post Installation
|
|
|
|
=====================
|
2004-09-24 02:51:12 +00:00
|
|
|
|
2017-04-03 23:13:00 +00:00
|
|
|
GNUstep gui comes with a tool called 'make_services' which builds a list
|
|
|
|
of installed applications and services. This list is used to find
|
|
|
|
services for the services menu, for instance. This tool should be run
|
2004-09-24 02:51:12 +00:00
|
|
|
after a new service or application is installed in the system.
|
|
|
|
Theoretically, a workspace application, such as GWorkspace, should do
|
2017-04-03 23:13:00 +00:00
|
|
|
this automatically. But this is not done at the current time. You
|
2004-09-24 02:51:12 +00:00
|
|
|
might consider running this service automatically, perhaps in a login
|
|
|
|
script, to make sure the service and application lists are updated
|
|
|
|
regularly.
|
|
|
|
|