Mention objc.patch.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@927 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
mccallum 1996-02-13 17:57:16 +00:00
parent d6238c4925
commit abbbc5f31f

View file

@ -7,7 +7,7 @@
@ifset INSTALL_ONLY @ifset INSTALL_ONLY
This file documents the installation of the GNU Objective C This file documents the installation of the GNU Objective C
Class Library, @samp{libobjects}. Copyright (C) 1993, 1994 Free Software Class Library, @samp{libobjects}. Copyright (C) 1993, 1994, 1996 Free Software
Foundation, Inc. You may copy, distribute, and modify it freely as long Foundation, Inc. You may copy, distribute, and modify it freely as long
as you preserve this copyright notice and permission notice. as you preserve this copyright notice and permission notice.
@chapter Installing @samp{libobjects} @chapter Installing @samp{libobjects}
@ -17,6 +17,8 @@ To compile and install @samp{libobjects}:
Here is a quick-and-dirty example of installation commands: Here is a quick-and-dirty example of installation commands:
First install the GNU Objective C runtime patch, objc.patch; then
@example @example
./configure --prefix=/usr/local ./configure --prefix=/usr/local
make make
@ -37,6 +39,9 @@ Here are more detailed instructions.
@enumerate @enumerate
@item
Patch the @samp{gcc} Objective C runtime with objc.patch.
@item @item
Install @samp{gcc}. The library requires gcc version Install @samp{gcc}. The library requires gcc version
@value{OBJECTS_GCC_VERSION} or later. @value{OBJECTS_GCC_VERSION} or later.