mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Clarify objc.patch instructions.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1601 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
429ac1baaf
commit
8cbcf00784
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ To compile and install @samp{libgnustep-base}:
|
|||
|
||||
Here is a quick-and-dirty example of installation commands:
|
||||
|
||||
First install the GNU Objective C runtime patch, objc.patch, possibly
|
||||
First install the GNU Objective C runtime patch (objc.patch), possibly
|
||||
like this:
|
||||
|
||||
@example
|
||||
|
@ -25,7 +25,7 @@ cd gcc-2.7.2
|
|||
patch -p0 <../gnustep-base/objc.patch
|
||||
@end example
|
||||
|
||||
then
|
||||
and make and install gcc; then configure and make libgnustep-base:
|
||||
|
||||
@example
|
||||
./configure --prefix=/usr/local
|
||||
|
|
Loading…
Reference in a new issue