From: AL Date: Sun, 12 Nov 2017 00:53:54 +0000 (+0300) Subject: Dlfunc compile and install instructions X-Git-Tag: 1.7.0~420^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1d4d6095023f5a156d9295866beb9c26cdaf6b41;p=thirdparty%2Frspamd.git Dlfunc compile and install instructions --- diff --git a/contrib/exim/dlfunc-json/README b/contrib/exim/dlfunc-json/README new file mode 100644 index 0000000000..97f646983a --- /dev/null +++ b/contrib/exim/dlfunc-json/README @@ -0,0 +1,6 @@ +INSTALL + +1) Install cJSON (https://github.com/DaveGamble/cJSON) +2) Compile dlfunc library: + cc rspamd.c -fPIC -fpic -shared -I/root/rpmbuild/BUILD/exim-4.89/build-Linux-x86_64/ -lcjson -o exim-rspamd-http-dlfunc.so +3) See exim-example.txt