Hi there and thanks for your interest in the Lua/APR binding. This package has
been build using Microsoft Visual C++ 2010 Express from the sources of the
following library versions:

 - APR 1.4.2
 - APR-util 1.3.9
 - APR-iconv 1.2.1
 - libapreq2 2.13
 - SQLite 3.7.4 (precompiled binary from www.sqlite.org)

I've tested these binaries with Lua for Windows v5.1.4-40 using the test suite.

The files libapr-1.dll, libaprutil-1.dll, libapriconv-1.dll,
apr_dbd_sqlite3-1.dll, sqlite3.dll and libapreq2.dll need to be in the same
directory as lua.exe. If you're using Lua for Windows this is probably
"C:\Program Files\Lua\5.1".

The file apr.lua should be somewhere in Lua's source module search path. If
you're using Lua for Windows this is probably "C:\Program Files\Lua\5.1\lua".

The file core.dll should be in the subdirectory "apr" of a directory in Lua's
binary module search path. If you're using Lua for Windows this is probably
"C:\Program Files\Lua\5.1\clibs\apr".

The *.pdb files contain debugging information: If you place them next to their
corresponding *.dll file you should be able to debug the Lua/APR binding and
the APR and APR-util libraries using ntsd.exe or the MSVC++ 2010 Express IDE.

 - Peter Odding <peter@peterodding.com>, 28-03-2011
