Daily Weekly Monthly

Daily Shaarli

All links of one day in a single page.

April 12, 2018

Downloads

Build process
To build rspamd we recommend to create a separate build directory:

$ mkdir rspamd.build
$ cd rspamd.build
$ cmake ../rspamd
$ make

make install

Alternatively, you can create a distribution package and use it for build your own packages. Here is an example for debian GNU Linux OS:

$ mkdir rspamd.build
$ cd rspamd.build
$ cmake ../rspamd
$ make dist
$ tar xvf rspamd-.tar.xz
$ cd rspamd-
$ debuild