LibIRCClient 1.10 Used by Probotic
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
Este repositorio está archivado. Puede ver los archivos y clonarlo, pero no puede subir cambios o reportar incidencias ni pedir Pull Requests.
Emil 5e3d003c7f Initial commit hace 9 meses
..
Classes Initial commit hace 9 meses
English.lproj Initial commit hace 9 meses
IRCClient.xcodeproj Initial commit hace 9 meses
doc/html Initial commit hace 9 meses
Doxyfile Initial commit hace 9 meses
IRCClient_Prefix.pch Initial commit hace 9 meses
Info.plist Initial commit hace 9 meses
LICENSE Initial commit hace 9 meses
README Initial commit hace 9 meses

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'.