mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +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
c984de687d
commit
2f2c73398e
1 changed files with 11 additions and 1 deletions
|
@ -19,7 +19,17 @@ To compile and install @samp{libobjects}:
|
||||||
|
|
||||||
@item
|
@item
|
||||||
Install @samp{gcc}. The library requires gcc version
|
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
|
@item
|
||||||
Configure the package for your system. In the directory that this file
|
Configure the package for your system. In the directory that this file
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue