LibIRCClient 1.10 Used by Probotic
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Dieses Repo ist archiviert. Du kannst Dateien sehen und es klonen, kannst aber nicht pushen oder Issues/Pull-Requests öffnen.
Emil 774d3227ab Added more Makefiles vor 10 Monaten
cocoa Initial commit vor 10 Monaten
doc Added more Makefiles vor 10 Monaten
examples Added more Makefiles vor 10 Monaten
include Initial commit vor 10 Monaten
man Initial commit vor 10 Monaten
src Added more Makefiles vor 10 Monaten
.gitignore Added more Makefiles vor 10 Monaten
Changelog Initial commit vor 10 Monaten
Doxyfile Initial commit vor 10 Monaten
LICENSE Initial commit vor 10 Monaten
Makefile Added Makefile vor 10 Monaten
README Initial commit vor 10 Monaten
THANKS Initial commit vor 10 Monaten
build-release.sh Initial commit vor 10 Monaten
configure Initial commit vor 10 Monaten
configure.in Initial commit vor 10 Monaten

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/