diff options
author | AL <AlexeySa@users.noreply.github.com> | 2017-11-12 03:53:54 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-12 03:53:54 +0300 |
commit | 1d4d6095023f5a156d9295866beb9c26cdaf6b41 (patch) | |
tree | 8a560e0935f4bfb8e6a01211636384bfc3a1e6e1 /contrib/exim | |
parent | fce6b378319112d98301f73d9d001c312e9431ee (diff) | |
download | rspamd-1d4d6095023f5a156d9295866beb9c26cdaf6b41.tar.gz rspamd-1d4d6095023f5a156d9295866beb9c26cdaf6b41.zip |
Dlfunc compile and install instructions
Diffstat (limited to 'contrib/exim')
-rw-r--r-- | contrib/exim/dlfunc-json/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/exim/dlfunc-json/README b/contrib/exim/dlfunc-json/README new file mode 100644 index 000000000..97f646983 --- /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 |