From 2f2c73398e52b05182be182ac5f6f56a28b2ce37 Mon Sep 17 00:00:00 2001 From: Andrew McCallum Date: Wed, 15 Mar 1995 23:03:47 +0000 Subject: [PATCH] Add instructions for gcc-class.patch and gcc-string.patch. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@128 72102866-910b-0410-8b05-ffd578937521 --- Documentation/install.texi | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/Documentation/install.texi b/Documentation/install.texi index b20ea6a48..ed00a190c 100644 --- a/Documentation/install.texi +++ b/Documentation/install.texi @@ -19,7 +19,17 @@ To compile and install @samp{libobjects}: @item Install @samp{gcc}. The library requires gcc version -@value{OBJECTS_GCC_VERSION} or later. +@value{OBJECTS_GCC_VERSION} or later. First you must apply two patches +that come with libobjects. @samp{gcc-class.patch} makes the +@code{Class} type compatible with NEXTSTEP. @samp{gcc-string.patch} +adds @@""-style constant strings to gcc (thanks to Pieter Schoenmakers +). + +@example +cd gcc-2.6.3/objc +patch < ../../libobjects-@value{OBJECTS_VERSION}/gcc-class.patch +patch < ../../libobjects-@value{OBJECTS_VERSION}/gcc-string.patch +@end example @item Configure the package for your system. In the directory that this file