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.