Index: trunk/extensions/AbuseFilter/parser_native/README |
— | — | @@ -8,10 +8,14 @@ |
9 | 9 | * Debian Linux (Intel Xeon, AMD Opteron) with GCC 4.3.1 |
10 | 10 | * Debian Linux (Intel Xeon) with Intel C++ 10.1.015 |
11 | 11 | |
12 | | -parser_filter requires Boost (www.boost.org) 1.35.0 or higher. Earlier versions |
| 12 | +parser_native requires Boost (www.boost.org) 1.35.0 or higher. Earlier versions |
13 | 13 | will generate a parser which does not work. |
14 | 14 | |
15 | | -parser_filter also requires GNU MP (gmplib.org), with C++ support enabled |
| 15 | +When compiled with GCC 4.3.1 (and perhaps later, but not earlier), Boost 1.35 |
| 16 | +will not work due to a bug in the date_time library. Use GCC 4.2 or earlier |
| 17 | +instead of this compiler. |
| 18 | + |
| 19 | +parser_native also requires GNU MP (gmplib.org), with C++ support enabled |
16 | 20 | (--enable-cxx). |
17 | 21 | |
18 | 22 | To compile it, copy makefile.config.example to makefile.config, edit it, and |