Index: trunk/extensions/AbuseFilter/parser_native/README |
— | — | @@ -3,12 +3,18 @@ |
4 | 4 | |
5 | 5 | parser_native has been tested on these platforms: |
6 | 6 | |
7 | | -* Solaris 10 with GCC 3.4.3 |
8 | | -* Solaris 10 with Sun Studio 12 (C++ patch 124864-04) |
9 | | -* Debian Linux with GCC 4.3.1 |
| 7 | +* Solaris 10 (Intel Core 2) with GCC 3.4.3 |
| 8 | +* Solaris 10 (Intel Core 2) with Sun Studio 12 (C++ patch 124864-04) |
| 9 | +* Debian Linux (Intel Xeon, AMD Opteron) with GCC 4.3.1 |
| 10 | +* Debian Linux (Intel Xeon) with Intel C++ 10.1.015 |
10 | 11 | |
11 | 12 | parser_filter requires Boost (www.boost.org) 1.35.0 or higher. Earlier versions |
12 | 13 | will generate a parser which does not work. |
13 | 14 | |
| 15 | +parser_filter also requires GNU MP (gmplib.org), with C++ support enabled |
| 16 | +(--enable-cxx). |
| 17 | + |
14 | 18 | To compile it, copy makefile.config.example to makefile.config, edit it, and |
15 | 19 | run 'make'. (GNU make is required.) |
| 20 | + |
| 21 | +To run the test framework, run 'make test'. |