ObjFW  Check-in [12a7ab001c]

Overview
Comment:README.md: Remove passage about not using Clang.

In newer versions, it works with the Clang Apple distributes with Xcode.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 12a7ab001c9ae3c7cfed429a287dfe69183c6fb11be35034c7631688031c76e0
User & Date: js on 2012-03-20 11:25:00
Other Links: manifest | tags
Context
2012-03-20
11:26
Remove remaining references to the Mercurial repo. check-in: c2afa20a62 user: js tags: trunk
11:25
README.md: Remove passage about not using Clang. check-in: 12a7ab001c user: js tags: trunk
11:19
Use markdown for README. check-in: cdfd65dd41 user: js tags: trunk
Changes

Modified README.md from [95c5270566] to [263ecfa81d].

35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
=====================================

  To use the Mac OS X framework in Xcode, you need to add the .framework
  to your project and add the following flags to "Other C Flags":

    -fconstant-string-class=OFConstantString -fno-constant-cfstrings

  Additionally, since Xcode 4, you need to manually set the compiler to GCC
  or LLVM-GCC due to bugs in Clang on OS X with using a different constant
  string class.

  Optionally, if you want to use blocks, you also need to add:

    -fblocks


Bugs and feature requests
=========================

  If you find any bugs or have feature requests, feel free to send a
  mail to js-spam@webkeks.org (remove -spam from the address!).







<
<
<
<










35
36
37
38
39
40
41




42
43
44
45
46
47
48
49
50
51
=====================================

  To use the Mac OS X framework in Xcode, you need to add the .framework
  to your project and add the following flags to "Other C Flags":

    -fconstant-string-class=OFConstantString -fno-constant-cfstrings





  Optionally, if you want to use blocks, you also need to add:

    -fblocks


Bugs and feature requests
=========================

  If you find any bugs or have feature requests, feel free to send a
  mail to js-spam@webkeks.org (remove -spam from the address!).