diff options
author | Anton Luka Šijanec <anton@sijanec.eu> | 2022-04-30 15:35:33 +0200 |
---|---|---|
committer | Anton Luka Šijanec <anton@sijanec.eu> | 2022-04-30 15:35:33 +0200 |
commit | 61125a3302eeb712700efc0208024b066668ed9b (patch) | |
tree | 2d30e7eb7d791c7677b2073b3d6147fa5ac98a87 /README | |
parent | not working. just a checkpoint before I rewrite to binary tree (diff) | |
download | ircxmpp-61125a3302eeb712700efc0208024b066668ed9b.tar ircxmpp-61125a3302eeb712700efc0208024b066668ed9b.tar.gz ircxmpp-61125a3302eeb712700efc0208024b066668ed9b.tar.bz2 ircxmpp-61125a3302eeb712700efc0208024b066668ed9b.tar.lz ircxmpp-61125a3302eeb712700efc0208024b066668ed9b.tar.xz ircxmpp-61125a3302eeb712700efc0208024b066668ed9b.tar.zst ircxmpp-61125a3302eeb712700efc0208024b066668ed9b.zip |
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 |