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

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/