LibIRCClient 1.10 Used by Probotic
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Ce dépôt est archivé. Vous pouvez voir les fichiers et le cloner, mais vous ne pouvez pas pousser ni ouvrir de ticket/demande d'ajout.
Emil 5e3d003c7f Initial commit il y a 9 mois
..
Classes Initial commit il y a 9 mois
English.lproj Initial commit il y a 9 mois
IRCClient.xcodeproj Initial commit il y a 9 mois
doc/html Initial commit il y a 9 mois
Doxyfile Initial commit il y a 9 mois
IRCClient_Prefix.pch Initial commit il y a 9 mois
Info.plist Initial commit il y a 9 mois
LICENSE Initial commit il y a 9 mois
README Initial commit il y a 9 mois

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