r39545 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r39544‎ | r39545 | r39546 >
Date:19:01, 17 August 2008
Author:river
Status:old
Tags:
Comment:
update
Modified paths:
  • /trunk/extensions/AbuseFilter/parser_native/README (modified) (history)

Diff [purge]

Index: trunk/extensions/AbuseFilter/parser_native/README
@@ -8,10 +8,14 @@
99 * Debian Linux (Intel Xeon, AMD Opteron) with GCC 4.3.1
1010 * Debian Linux (Intel Xeon) with Intel C++ 10.1.015
1111
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
1313 will generate a parser which does not work.
1414
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
1620 (--enable-cxx).
1721
1822 To compile it, copy makefile.config.example to makefile.config, edit it, and

Status & tagging log