From 61125a3302eeb712700efc0208024b066668ed9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Luka=20=C5=A0ijanec?= Date: Sat, 30 Apr 2022 15:35:33 +0200 Subject: =?UTF-8?q?se=20prevede,=20nepreverjeno,=20grem=20na=20pla=C5=BEo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index 0c0f23f..49963f3 100644 --- a/README +++ b/README @@ -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 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 -- cgit v1.2.3