* Documentation/README.MinGW: Minor edit.

* Documentation/faq.texi: Add question.
* Documentation/gnustep-howto.texi: Add service
* Documentation/machines.texi: Edit FreeBSD 5.x


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@20754 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2005-02-20 03:29:04 +00:00
parent d467cc9798
commit 5e6d1fcf43
5 changed files with 32 additions and 5 deletions

View file

@ -1,3 +1,10 @@
2005-02-19 Adam Fedor <fedor@gnu.org>
* Documentation/README.MinGW: Minor edit.
* Documentation/faq.texi: Add question.
* Documentation/gnustep-howto.texi: Add service
* Documentation/machines.texi: Edit FreeBSD 5.x
2005-02-18 Richard Frith-Macdonald <rfm@gnu.org>
* Documentation/README.MinGW: Update with my latest experiences.

View file

@ -298,6 +298,8 @@ libtiff, libjpeg, libpng
the library (.lib) files in $GNUSTEP_SYSTEM_ROOT/Library/Libraries
the dll files in $GNUSTEP_SYSTEM_ROOT/Tools
Be sure to rename the .lib files to .a!
Building and installing GNUstep-gui
-----------------------------------

View file

@ -215,6 +215,7 @@ asset - volunteers are, as always, welcome.
* How can I help with GNUstep?::
* Helping develop GNUstep::
* Helping document GNUstep::
* How do I assign my contribution?::
* How do I update the task list?::
* How do I start writing tests?::
* How do I start writing applications?::
@ -246,8 +247,7 @@ maintainers. Ask questions in the discussion mailing list.
Do remember that any changes beyond a few lines of code (or
documentation) require a disclaimer or copyright assignment to the
Free Software Foundation before they can be incorporated into the
project. Get in touch with the maintainer of the library you are
working on about this.
project. Get in touch with the GNUstep maintainer about this.
Don't start with large-scale reorganization of anything - instead,
get a general idea in mind of what you want to do, and proceed as
@ -278,7 +278,7 @@ website.
Once you have coded something, you could always write a testcase
and documentation for it :-)
@node Helping document GNUstep, How do I update the task list?, Helping develop GNUstep, Compiling and Developing
@node Helping document GNUstep, How do I assign my contribution?, Helping develop GNUstep, Compiling and Developing
@subsection Helping document GNUstep
All class documentation is written directly in the source code itself
@ -302,7 +302,19 @@ format into gsdoc.
GNUstep documentation should have copyright assigned to the Free
Software Foundation.
@node How do I update the task list?, How do I start writing tests?, Helping document GNUstep, Compiling and Developing
@node How do I assign my contribution?, How do I update the task list?, Helping document GNUstep, Compiling and Developing
@subsection How do I assign my contribution?
Everyone who contributes more than 20 lines of code or so needs to
sign a copyright assignment so that the FSF can have legal control of
the copyright. This makes it easier to defend against any copyright
infringement suits. Contact the GNUstep maintainer for instructions
on how to do this or download and fill out the form
@url{http://www.gnustep.org/resources/request-assign.future}
(instructions are included).
@node How do I update the task list?, How do I start writing tests?, How do I assign my contribution?, Compiling and Developing
@subsection How do I update the task list?
The task list (@url{http://savannah.gnu.org/pm/?group_id=99}) is

View file

@ -360,6 +360,8 @@ fi
@end example
@item gdnc - Start after sourcing @file{GNUstep.sh} (e.g. in .profile)
@item gpbs - Same as with gdnc, make sure X-Windows is running.
@item make_services - Not a deamon, but a tool that needs to be run everytime
you install a new Application or service. This is NOT run automatically.
@end itemize
@example
@ -368,6 +370,7 @@ if [ `gdomap -L GDNCServer | grep -c Unable` == 1 ]; then
gdnc
gpbs
fi
make_services
@end example

View file

@ -235,7 +235,7 @@ None
@node FreeBSD 5.x, FreeBSD 4.x, Debian/SPARC, Machine Specific
@section FreeBSD 5.x
Tested on 5.0 and 5.1
Tested on 5.0, 5.1, 5.3
@table @var
@item Recommended compiler
@ -246,6 +246,9 @@ None.
Can install via /usr/ports/devel/gnustep, but not all required dependancies
are installed. See the GNUstep-HOWTO for list of libraries.
For 5.3, there is a bug in libkvm that requires that /proc be mounted. Use
'mount_procfs proc /proc' or see the procfs man page.
@end table