]> source.dussan.org Git - rspamd.git/commitdiff
Dlfunc compile and install instructions
authorAL <AlexeySa@users.noreply.github.com>
Sun, 12 Nov 2017 00:53:54 +0000 (03:53 +0300)
committerGitHub <noreply@github.com>
Sun, 12 Nov 2017 00:53:54 +0000 (03:53 +0300)
contrib/exim/dlfunc-json/README [new file with mode: 0644]

diff --git a/contrib/exim/dlfunc-json/README b/contrib/exim/dlfunc-json/README
new file mode 100644 (file)
index 0000000..97f6469
--- /dev/null
@@ -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