LibIRCClient 1.10 Used by Probotic
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
Emil 774d3227ab Added more Makefiles 8 months ago
cocoa Initial commit 8 months ago
doc Added more Makefiles 8 months ago
examples Added more Makefiles 8 months ago
include Initial commit 8 months ago
man Initial commit 8 months ago
src Added more Makefiles 8 months ago
.gitignore Added more Makefiles 8 months ago
Changelog Initial commit 8 months ago
Doxyfile Initial commit 8 months ago
LICENSE Initial commit 8 months ago
Makefile Added Makefile 8 months ago
README Initial commit 8 months ago
THANKS Initial commit 8 months ago
build-release.sh Initial commit 8 months ago
configure Initial commit 8 months ago
configure.in Initial commit 8 months ago

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/