Overview
Comment: | Add README. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
ed2c649ede2481755d83e5e203c11a26 |
User & Date: | js on 2009-12-06 14:13:45 |
Other Links: | manifest | tags |
Context
2009-12-07
| ||
20:12 | Fix typo. check-in: ed366ad8f8 user: js tags: trunk | |
2009-12-06
| ||
14:13 | Add README. check-in: ed2c649ede user: js tags: trunk | |
14:06 | Move ObjFW definitions to a header that gets installed. check-in: 3631d46ccc user: js tags: trunk | |
Changes
Added README version [9edbf03130].
> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 | ObjFW is a portable, lightweight framework for the Objective C language. It enables you to write an application in Objective C that will run on any platform supported by ObjFW without having to worry about differences between operation systems or various frameworks that you would otherwise need if you want to be portable. See https://webkeks.org/objfw for more information. INSTALLATION To install ObjFW, just run the following commands: $ ./configure $ make $ make install In case you checked out ObjFW from the Mercurial repository, you need to run the following command first: $ ./autogen.sh BUILDING AS A MAC OS X FRAMEWORK It is also possible to build ObjFW as a Mac OS X framework. To do so, just execute xcodebuild in the root directory of ObjFW or open the .xcodeproj in Xcode and choose Build -> Build from the menu. Copy the resulting ObjFW.framework to /Library/Frameworks and you are done. USING THE MAC OS X FRAMWORK IN XCODE 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=OFConstString -fno-constant-cfstrings 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!). |