This commit is contained in:
River Tarnell 2008-08-17 19:01:24 +00:00
parent f8ed2d3b0e
commit 423b3d5cdd

View file

@ -8,10 +8,14 @@ parser_native has been tested on these platforms:
* Debian Linux (Intel Xeon, AMD Opteron) with GCC 4.3.1
* Debian Linux (Intel Xeon) with Intel C++ 10.1.015
parser_filter requires Boost (www.boost.org) 1.35.0 or higher. Earlier versions
parser_native requires Boost (www.boost.org) 1.35.0 or higher. Earlier versions
will generate a parser which does not work.
parser_filter also requires GNU MP (gmplib.org), with C++ support enabled
When compiled with GCC 4.3.1 (and perhaps later, but not earlier), Boost 1.35
will not work due to a bug in the date_time library. Use GCC 4.2 or earlier
instead of this compiler.
parser_native also requires GNU MP (gmplib.org), with C++ support enabled
(--enable-cxx).
To compile it, copy makefile.config.example to makefile.config, edit it, and