r39113 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r39112‎ | r39113 | r39114 >
Date:01:03, 11 August 2008
Author:river
Status:old
Tags:
Comment:
add note that gmp is required
Modified paths:
  • /trunk/extensions/AbuseFilter/parser_native/README (modified) (history)

Diff [purge]

Index: trunk/extensions/AbuseFilter/parser_native/README
@@ -3,12 +3,18 @@
44
55 parser_native has been tested on these platforms:
66
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
1011
1112 parser_filter requires Boost (www.boost.org) 1.35.0 or higher. Earlier versions
1213 will generate a parser which does not work.
1314
 15+parser_filter also requires GNU MP (gmplib.org), with C++ support enabled
 16+(--enable-cxx).
 17+
1418 To compile it, copy makefile.config.example to makefile.config, edit it, and
1519 run 'make'. (GNU make is required.)
 20+
 21+To run the test framework, run 'make test'.

Status & tagging log