LibIRCClient 1.10 Used by Probotic
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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 달 전
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/