mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
Improve documentation
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@13164 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
43ac48032c
commit
d7f8cd457b
2 changed files with 14 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2002-03-20 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Documentation/GNUstep-howto.texi: Correct and expand on the
|
||||
instructions for installing gdomap.
|
||||
|
||||
Tue Mar 19 13:05:52 2002 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
Simplified implementation of before-$(GNUSTEP_INSTANCE)-all and
|
||||
|
|
|
@ -287,8 +287,15 @@ gnustep-xdps). For GNUstep Launchpad, do gnustep-guile and jigs
|
|||
(although both of these are optional).
|
||||
|
||||
NOTE: If you are trying to install the packages without root permission,
|
||||
you need to change one thing in the base library. Edit the file
|
||||
gnustep-base/Tools/gdomap.h and uncomment the last line.
|
||||
you may need to change one thing in the base library. Edit the file
|
||||
gnustep-base/Tools/gdomap.h to uncomment the last line and modify
|
||||
the specified port number to a port which you @emph{know} is not in use on
|
||||
your network. You should only do this if absolutely necessary since
|
||||
making this change will break communications with any systems where
|
||||
an identical change has not been made. Also, the standard gdomap port
|
||||
is the one officially registered with IANA and is reserved for use by
|
||||
gdomap - it should only be changed if you can't get your system
|
||||
administrator to start the gdomap server using it.
|
||||
|
||||
@node Additional Installation, Tools and Applications, Compiling and Installing, Top
|
||||
@chapter Additional Installation
|
||||
|
|
Loading…
Reference in a new issue