Browse Source

Dlfunc compile and install instructions

pull/1913/head
AL 8 years ago
committed by GitHub
parent
commit
1d4d609502
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      contrib/exim/dlfunc-json/README

6
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
Loading…
Cancel
Save