LibIRCClient 1.10 Used by Probotic
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
Emil 774d3227ab Added more Makefiles 9 månader sedan
cocoa Initial commit 9 månader sedan
doc Added more Makefiles 9 månader sedan
examples Added more Makefiles 9 månader sedan
include Initial commit 9 månader sedan
man Initial commit 9 månader sedan
src Added more Makefiles 9 månader sedan
.gitignore Added more Makefiles 9 månader sedan
Changelog Initial commit 9 månader sedan
Doxyfile Initial commit 9 månader sedan
LICENSE Initial commit 9 månader sedan
Makefile Added Makefile 9 månader sedan
README Initial commit 9 månader sedan
THANKS Initial commit 9 månader sedan
build-release.sh Initial commit 9 månader sedan
configure Initial commit 9 månader sedan
configure.in Initial commit 9 månader sedan

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/