mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
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
This commit is contained in:
parent
e535b20a5f
commit
ea46c82291
1 changed files with 11 additions and 1 deletions
|
@ -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
|
||||
<tiggr@@es.ele.tue.nl>).
|
||||
|
||||
@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
|
||||
|
|
Loading…
Reference in a new issue