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

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/