loperIRCLogBot/libircclient-1.9
2017-03-27 11:15:34 +03:00
..
cocoa Version 1.0 upload 2017-03-27 11:15:34 +03:00
doc Version 1.0 upload 2017-03-27 11:15:34 +03:00
examples Version 1.0 upload 2017-03-27 11:15:34 +03:00
include Version 1.0 upload 2017-03-27 11:15:34 +03:00
man Version 1.0 upload 2017-03-27 11:15:34 +03:00
src Version 1.0 upload 2017-03-27 11:15:34 +03:00
build-release.sh Version 1.0 upload 2017-03-27 11:15:34 +03:00
Changelog Version 1.0 upload 2017-03-27 11:15:34 +03:00
configure Version 1.0 upload 2017-03-27 11:15:34 +03:00
configure.in Version 1.0 upload 2017-03-27 11:15:34 +03:00
Doxyfile Version 1.0 upload 2017-03-27 11:15:34 +03:00
LICENSE Version 1.0 upload 2017-03-27 11:15:34 +03:00
Makefile Version 1.0 upload 2017-03-27 11:15:34 +03:00
README Version 1.0 upload 2017-03-27 11:15:34 +03:00
THANKS Version 1.0 upload 2017-03-27 11:15:34 +03:00

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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/