LibIRCClient 1.10 Used by Probotic
This repository has been archived on 2024-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2023-08-07 03:44:19 -06:00
cocoa Initial commit 2023-08-07 02:58:04 -06:00
doc Added more Makefiles 2023-08-07 03:44:19 -06:00
examples Added more Makefiles 2023-08-07 03:44:19 -06:00
include Initial commit 2023-08-07 02:58:04 -06:00
man Initial commit 2023-08-07 02:58:04 -06:00
src Added more Makefiles 2023-08-07 03:44:19 -06:00
.gitignore Added more Makefiles 2023-08-07 03:44:19 -06:00
build-release.sh Initial commit 2023-08-07 02:58:04 -06:00
Changelog Initial commit 2023-08-07 02:58:04 -06:00
configure Initial commit 2023-08-07 02:58:04 -06:00
configure.in Initial commit 2023-08-07 02:58:04 -06:00
Doxyfile Initial commit 2023-08-07 02:58:04 -06:00
LICENSE Initial commit 2023-08-07 02:58:04 -06:00
Makefile Added Makefile 2023-08-07 03:34:10 -06:00
README Initial commit 2023-08-07 02:58:04 -06:00
THANKS Initial commit 2023-08-07 02:58:04 -06: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/