From 8aeb3b7e86aaf93ad372e1093463b2c6faa06375 Mon Sep 17 00:00:00 2001 From: Andrew McCallum Date: Tue, 13 Feb 1996 17:57:16 +0000 Subject: [PATCH] Mention objc.patch. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@927 72102866-910b-0410-8b05-ffd578937521 --- Documentation/install.texi | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Documentation/install.texi b/Documentation/install.texi index 56f66f3fc..7f1d0d1f2 100644 --- a/Documentation/install.texi +++ b/Documentation/install.texi @@ -7,7 +7,7 @@ @ifset INSTALL_ONLY 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 as you preserve this copyright notice and permission notice. @chapter Installing @samp{libobjects} @@ -17,6 +17,8 @@ To compile and install @samp{libobjects}: Here is a quick-and-dirty example of installation commands: +First install the GNU Objective C runtime patch, objc.patch; then + @example ./configure --prefix=/usr/local make @@ -37,6 +39,9 @@ Here are more detailed instructions. @enumerate +@item +Patch the @samp{gcc} Objective C runtime with objc.patch. + @item Install @samp{gcc}. The library requires gcc version @value{OBJECTS_GCC_VERSION} or later.