LibIRCClient 1.10 Used by Probotic
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
Tento repozitář je archivovaný. Můžete prohlížet soubory, klonovat, ale nemůžete nahrávat a vytvářet nové úkoly a požadavky na natažení.
Emil 774d3227ab Added more Makefiles před 9 měsíci
cocoa Initial commit před 9 měsíci
doc Added more Makefiles před 9 měsíci
examples Added more Makefiles před 9 měsíci
include Initial commit před 9 měsíci
man Initial commit před 9 měsíci
src Added more Makefiles před 9 měsíci
.gitignore Added more Makefiles před 9 měsíci
Changelog Initial commit před 9 měsíci
Doxyfile Initial commit před 9 měsíci
LICENSE Initial commit před 9 měsíci
Makefile Added Makefile před 9 měsíci
README Initial commit před 9 měsíci
THANKS Initial commit před 9 měsíci
build-release.sh Initial commit před 9 měsíci
configure Initial commit před 9 měsíci
configure.in Initial commit před 9 měsíci

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/