LibIRCClient 1.10 Used by Probotic
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
このリポジトリはアーカイブされています。 ファイルの閲覧とクローンは可能ですが、プッシュや、課題・プルリクエストのオープンはできません。
Emil 774d3227ab Added more Makefiles 10ヶ月前
cocoa Initial commit 10ヶ月前
doc Added more Makefiles 10ヶ月前
examples Added more Makefiles 10ヶ月前
include Initial commit 10ヶ月前
man Initial commit 10ヶ月前
src Added more Makefiles 10ヶ月前
.gitignore Added more Makefiles 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/