@@ -30,17 +30,19 @@ <h2>Requirements</h2>
3030 build on the Express Edition, which is free (as in beer) to use.
3131 < li > CMake cross-platform build system (www.cmake.org): cmake-2.6.x,
3232 Windows version (2.8 or newer recommended).</ li >
33- < li > Boost 1.36 (or later). </ li >
33+ < li > Boost 1.36 (or later; a recent version is recommended) </ li >
3434</ ul >
3535</ p >
3636
3737< p > Additional and optional requirements for some of the examples
3838< ul >
3939< li > For https support: OpenSSL, version 0.9.8d or newer.</ li >
4040< li > To compress traffic: zlib 1.2.3</ li >
41- < li > libmysql and libmysql++-2.x (hangman)</ li >
42- < li > < a href ="http://libharu.org/ "> Haru Free PDF Library</ a > , which is used to provide support for painting to PDF (WPdfImage).</ li >
43- < li > < a href ="http://www.graphicsmagick.org/ "> GraphicsMagick</ a > , for supporting painting to raster images (PNG, GIF, ...) (WRasterImage).</ li >
41+ < li > Postgres, mysql, firebird client libraries for Dbo database backends</ li >
42+ < li > < a href ="http://libharu.org/ "> Haru Free PDF Library</ a > , which is used to
43+ provide support for rendering PDF (WPdfImage, WPdfRenderer).</ li >
44+ < li > < a href ="http://www.graphicsmagick.org/ "> GraphicsMagick</ a > , for
45+ supporting painting to raster images (PNG, GIF, ...) (WRasterImage).</ li >
4446</ ul >
4547</ p >
4648
@@ -92,7 +94,9 @@ <h4>1. Run the example in the MSVC IDE </h4>
9294on how to obtain and install ExtJs.
9395
9496< p >
95- These are all the command-line options that are available:
97+ These are all the command-line options that are available (run the examples
98+ with --help to see the most recent list of available options):
99+
96100< pre >
97101General options:
98102 -h [ --help ] produce help message
0 commit comments