LibIRCClient 1.10 Used by Probotic
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
To repozytorium jest zarchiwizowane. Możesz wyświetlać pliki i je sklonować, ale nie możesz do niego przepychać zmian lub otwierać zgłoszeń/Pull Requestów.
Emil 774d3227ab Added more Makefiles 10 miesięcy temu
cocoa Initial commit 10 miesięcy temu
doc Added more Makefiles 10 miesięcy temu
examples Added more Makefiles 10 miesięcy temu
include Initial commit 10 miesięcy temu
man Initial commit 10 miesięcy temu
src Added more Makefiles 10 miesięcy temu
.gitignore Added more Makefiles 10 miesięcy temu
Changelog Initial commit 10 miesięcy temu
Doxyfile Initial commit 10 miesięcy temu
LICENSE Initial commit 10 miesięcy temu
Makefile Added Makefile 10 miesięcy temu
README Initial commit 10 miesięcy temu
THANKS Initial commit 10 miesięcy temu
build-release.sh Initial commit 10 miesięcy temu
configure Initial commit 10 miesięcy temu
configure.in Initial commit 10 miesięcy temu

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/