libircclient/libircclient
Green Sky c989d5059d
disabling no longer needed
2023-12-07 02:08:52 +01:00
..
cocoa inital import of libircclient v1.10 2023-11-22 22:58:01 +01:00
doc inital import of libircclient v1.10 2023-11-22 22:58:01 +01:00
examples inital import of libircclient v1.10 2023-11-22 22:58:01 +01:00
include inital import of libircclient v1.10 2023-11-22 22:58:01 +01:00
man inital import of libircclient v1.10 2023-11-22 22:58:01 +01:00
src disabling no longer needed 2023-12-07 02:08:52 +01:00
Changelog inital import of libircclient v1.10 2023-11-22 22:58:01 +01:00
Doxyfile inital import of libircclient v1.10 2023-11-22 22:58:01 +01:00
LICENSE inital import of libircclient v1.10 2023-11-22 22:58:01 +01:00
Makefile inital import of libircclient v1.10 2023-11-22 22:58:01 +01:00
README inital import of libircclient v1.10 2023-11-22 22:58:01 +01:00
THANKS inital import of libircclient v1.10 2023-11-22 22:58:01 +01:00
build-release.sh inital import of libircclient v1.10 2023-11-22 22:58:01 +01:00
configure inital import of libircclient v1.10 2023-11-22 22:58:01 +01:00
configure.in inital import of libircclient v1.10 2023-11-22 22:58:01 +01:00

README

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/