mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
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:
parent
07983fe9ed
commit
89c19e7e9a
1 changed files with 9 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue