LibIRCClient 1.10 Used by Probotic
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
Це архівний репозитарій. Ви можете переглядати і клонувати файли, але не можете робити пуш або відкривати питання/запити.
Emil 774d3227ab Added more Makefiles 9 місяці тому
cocoa Initial commit 9 місяці тому
doc Added more Makefiles 9 місяці тому
examples Added more Makefiles 9 місяці тому
include Initial commit 9 місяці тому
man Initial commit 9 місяці тому
src Added more Makefiles 9 місяці тому
.gitignore Added more Makefiles 9 місяці тому
Changelog Initial commit 9 місяці тому
Doxyfile Initial commit 9 місяці тому
LICENSE Initial commit 9 місяці тому
Makefile Added Makefile 9 місяці тому
README Initial commit 9 місяці тому
THANKS Initial commit 9 місяці тому
build-release.sh Initial commit 9 місяці тому
configure Initial commit 9 місяці тому
configure.in Initial commit 9 місяці тому

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/