readme.freebsd
来自「一个C语言写的快速贝叶斯垃圾邮件过滤工具」· FREEBSD 代码 · 共 12 行
FREEBSD
12 行
The bogofilter ./configure script cannot currently auto-detect thenon-standard install location of db3 or db4 on FreeBSD.To compile bogofilter on a stock FreeBSD 4.x with db3 or db4 installedvia port or package, try to re-run configure like this:env CPPFLAGS=-I/usr/local/include/db3 LIBS=-ldb3 LDFLAGS=-L/usr/local/lib \ sh ./configure --with-libdb-prefix=/usr/localReplace the two "db3" with "db4" if appropriate, and adjust all/usr/local occurrences if your PREFIX is not /usr/local.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?