LibIRCClient 1.10 Used by Probotic
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Dieses Repo ist archiviert. Du kannst Dateien sehen und es klonen, kannst aber nicht pushen oder Issues/Pull-Requests öffnen.
Emil 5e3d003c7f Initial commit vor 9 Monaten
..
Classes Initial commit vor 9 Monaten
English.lproj Initial commit vor 9 Monaten
IRCClient.xcodeproj Initial commit vor 9 Monaten
doc/html Initial commit vor 9 Monaten
Doxyfile Initial commit vor 9 Monaten
IRCClient_Prefix.pch Initial commit vor 9 Monaten
Info.plist Initial commit vor 9 Monaten
LICENSE Initial commit vor 9 Monaten
README Initial commit vor 9 Monaten

README

IRCClient.framework 1.0 by Nathan Ollerenshaw (chrome@stupendous.net)

This is a Cocoa framework wrapper around Georgy Yunaev's (gyunaev@ulduzsoft.com)
excellent libircclient library.

While Georgy's library is portable, obviously this Cocoa framework is specific
to Mac OS X systems. Though you might be able to get it working under
cocotron or GNUstep, those implementations of Cocoa are not supported.

To build the framework, you will need to configure libircclient library first.
From the Terminal, run the following command in the distribution directory:

./configure --enable-thread --enable-ipv6

The Xcode project is configured to include the libircclient.c source.

The framework is configured to build with a relative path of ../Frameworks/ so
it can be easily embedded in your application.

For documentation, examine the header files or read the Doxygen documentations
in 'doc'.