Give example directions for applying patch.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1236 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1996-03-22 00:30:19 +00:00
parent 07983fe9ed
commit 89c19e7e9a

View file

@ -17,7 +17,15 @@ 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
First install the GNU Objective C runtime patch, objc.patch; possibly
like this:
@example
cd gcc-2.7.2
patch -p0 <../libobjects/objc.patch
@end example
then
@example
./configure --prefix=/usr/local