Files
andy5995 bda3154a69 remove libircclient from shared library
* removes libircclient from libzetaglest shared library because the
editor and g3d_viewer also link against libzetaglest. Those 2 binaries
don't need libircclient support

* libircclient is now built directly into only the zetaglest binary

* moved libircclient from source/shared_lib because it's no longer part
of the shared library

* libircclient put in dir "external/" because it is an "external" or
"3rd" party library. The @Supertux project does something similar
2018-10-07 23:50:59 -05:00

22 lines
894 B
Plaintext

IRCClient.framework 1.0 by Nathan Ollerenshaw (chrome@stupendous.net)
This is a Cocoa framework wrapper around Georgy Yunaev's (gyunaev@ulduzsoft.com)
excellent libircclient library.
While Georgy's library is portable, obviously this Cocoa framework is specific
to Mac OS X systems. Though you might be able to get it working under
cocotron or GNUstep, those implementations of Cocoa are not supported.
To build the framework, you will need to configure libircclient library first.
From the Terminal, run the following command in the distribution directory:
./configure --enable-thread --enable-ipv6
The Xcode project is configured to include the libircclient.c source.
The framework is configured to build with a relative path of ../Frameworks/ so
it can be easily embedded in your application.
For documentation, examine the header files or read the Doxygen documentations
in 'doc'.