LibIRCClient 1.10 Used by Probotic
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
Bu depo arşivlendi. Dosyaları görüntüleyebilir ve klonlayabilirsiniz ama işlem gönderemez ve konu/değişiklik isteği açamazsınız.
Emil 774d3227ab Added more Makefiles 9 ay önce
cocoa Initial commit 9 ay önce
doc Added more Makefiles 9 ay önce
examples Added more Makefiles 9 ay önce
include Initial commit 9 ay önce
man Initial commit 9 ay önce
src Added more Makefiles 9 ay önce
.gitignore Added more Makefiles 9 ay önce
Changelog Initial commit 9 ay önce
Doxyfile Initial commit 9 ay önce
LICENSE Initial commit 9 ay önce
Makefile Added Makefile 9 ay önce
README Initial commit 9 ay önce
THANKS Initial commit 9 ay önce
build-release.sh Initial commit 9 ay önce
configure Initial commit 9 ay önce
configure.in Initial commit 9 ay önce

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/