Conky-for-macOS / libircclient

libircclient with patches for building on macOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/

About

libircclient with patches for building on macOS

License:Other


Languages

Language:HTML 41.9%Language:C 41.4%Language:Objective-C 13.5%Language:CSS 1.5%Language:M4 0.6%Language:Shell 0.4%Language:Makefile 0.4%Language:C++ 0.2%