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 774d3227ab Added more Makefiles il y a 9 mois
cocoa Initial commit il y a 9 mois
doc Added more Makefiles il y a 9 mois
examples Added more Makefiles il y a 9 mois
include Initial commit il y a 9 mois
man Initial commit il y a 9 mois
src Added more Makefiles il y a 9 mois
.gitignore Added more Makefiles il y a 9 mois
Changelog Initial commit il y a 9 mois
Doxyfile Initial commit il y a 9 mois
LICENSE Initial commit il y a 9 mois
Makefile Added Makefile il y a 9 mois
README Initial commit il y a 9 mois
THANKS Initial commit il y a 9 mois
build-release.sh Initial commit il y a 9 mois
configure Initial commit il y a 9 mois
configure.in Initial commit il y a 9 mois

README

Building from source

The library uses autoconf so it is build in a fairly typical way on most Unix systems:

./configure
make
This will build both the library and various examples in the examples subdirectory.

Configure script also accepts parameters, optional useful parameters accepted are –enable-openssl and –enable-ipv6 which correspondingly enable the SSL and IPv6 connectivity. Use –enable-shared to build a shared library.

The same procedure is used to build the Win32 binary using the MinGW compiler.

For the rest see the Doxygen documentation in the header files and http://www.ulduzsoft.com/libircclient/