mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
Update
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@13334 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
29eefba12b
commit
250924dbc8
3 changed files with 14 additions and 13 deletions
|
@ -1,3 +1,7 @@
|
|||
2002-04-03 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Documentation/gnustep-howto.texi: Update.
|
||||
|
||||
2002-04-03 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Instance/bundle.make
|
||||
|
|
|
@ -142,7 +142,7 @@ The GUI library uses this to handle loading and saving TIFF images.
|
|||
|
||||
@item DGS, the XFree86 DPS extension, or Adobe DPS (OPTIONAL)
|
||||
If you want to use the features of a Display Postscript
|
||||
(DPS)backend. Note that it is not required since you can use the XGPS
|
||||
(DPS)backend. Note that it is not required since you can use the
|
||||
backend that is Xlib based. Note that the DPS backend is also still
|
||||
experimental and not recommended. DPS can be obtained from the
|
||||
following locations:
|
||||
|
@ -174,15 +174,14 @@ Get the following individual packages:
|
|||
@item gnustep-make
|
||||
@item gnustep-base
|
||||
@item gnustep-gui
|
||||
@item gnustep-xgps
|
||||
@item gnustep-back
|
||||
@end itemize
|
||||
|
||||
For GNUstep Launchpad, substitue @file{gnustep-guile} and @file{jigs} for
|
||||
@file{gnustep-gui} and @file{gnustep-xgps/xdps}.
|
||||
For GNUstep Launchpad, substitute @file{gnustep-guile} and @file{jigs} for
|
||||
@file{gnustep-gui} and @file{gnustep-back}.
|
||||
|
||||
See @url{http://www.gnustep.org} for information on where to get these
|
||||
packages. Only one of gnustep-xgps or gnustep-xdps is required. We
|
||||
currently recommend gnustep-xgps.
|
||||
packages.
|
||||
|
||||
Make sure you install all the previously mentioned libraries first
|
||||
before configuring and building GNUstep (Except you need to install
|
||||
|
@ -205,10 +204,10 @@ the gnustep-make Documentation directory (such as README.MingW for Windows).
|
|||
|
||||
Please skip this instruction unless you really know what you are
|
||||
doing. The DPS backend is not well developed. You are better off
|
||||
sticking to the gnustep-xgps backend.
|
||||
sticking to the xlib-based backend.
|
||||
|
||||
Install a Display PostScript system if you want to use the XDPS backend.
|
||||
You do not need it if you want to use the XGPS backend.
|
||||
You do not need it if you want to use the xlib-based backend.
|
||||
Some systems, like Sun Microcomputers(TM) already have a DPS system installed.
|
||||
Linux/GNU systems need to use a free implementation of DPS (described in
|
||||
the Introduction.)
|
||||
|
@ -282,9 +281,7 @@ but you can leave it at single if you don't need threads). At this point
|
|||
you should probably re-configure, make and install gnustep-make, so it
|
||||
can pick up on any threading information that gnustep-objc provides.
|
||||
|
||||
Now do gnustep-base, gnustep-gui and finally gnustep-xgps (or
|
||||
gnustep-xdps). For GNUstep Launchpad, do gnustep-guile and jigs
|
||||
(although both of these are optional).
|
||||
Now do gnustep-base, gnustep-gui and finally gnustep-back.
|
||||
|
||||
NOTE: If you are trying to install the packages without root permission,
|
||||
you may need to change one thing in the base library. Edit the file
|
||||
|
@ -446,7 +443,7 @@ cvs -z3 checkout core
|
|||
|
||||
After you have checked out the source you can compile it as
|
||||
usual. To update the source, go into the directory of the source tree
|
||||
you want to update, for example, go into 'xgps', and type:
|
||||
you want to update, for example, go into 'base', and type:
|
||||
|
||||
@example
|
||||
cvs -z3 update -Pd
|
||||
|
|
|
@ -332,7 +332,7 @@ Can only compile with static libraries. Compiler may fail when
|
|||
linking executables (e.g. gdnc). Standard ranlib and ar programs are
|
||||
to feable to create libraries. Should use GNU binutils versions. Linker
|
||||
sometimes fails to find symbols, in which case you may need to link with
|
||||
a library twice. For instance, add an extra -lgnustep-xgps in
|
||||
a library twice. For instance, add an extra -lgnustep-gui in
|
||||
ADDTIONAL_TOOL_LIBS in the GNUmakefile(.preamble).
|
||||
|
||||
@end table
|
||||
|
|
Loading…
Reference in a new issue