diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -82,12 +82,13 @@ Compilation and manual install from source: - make install # not required, but otherwise LD_LIBRARY_PATH=. ./ircxmpp for libircxmpp.so Using as a library: - - you may only use functions between #else and #endif in ircxmpp.h, handler struct is opaque + - you may only use functions after #endif in ircxmpp.h, handler struct is opaque - after make install, ircxmpp.h and libircxmpp.so are placed in /usr/{include,lib} - #include <ircxmpp.h> and link with -lircxmpp - functions return nothing (except ircxmpp_init) and log to standard error - do not call ircxmpp_set_*() functions after first call to ircxmpp_run_once() - actual main function of the ircxmpp program is in ircxmpp.c between #else and #endif + - in the 0.0.x stage, no binary compatiblity is guaranteed. nothing is guaranteed. Gentoo/openrc?: - http://github.com/OpenRC/openrc/pull/517 needs to be merged before for increased security |