INSTALL

changeset 34
c01b0c6d2f82
parent 29
9b9d85320bc3
equal deleted inserted replaced
33:6c64c45e7d8f 34:c01b0c6d2f82
15 Run `make` (or `make free`) in the source directory to build the Open Source 15 Run `make` (or `make free`) in the source directory to build the Open Source
16 database drivers. To build the drivers for DB2 and Oracle, run `make all`. 16 database drivers. To build the drivers for DB2 and Oracle, run `make all`.
17 17
18 == Windows == 18 == Windows ==
19 19
20 LuaDBI has not been built or tested on Windows. 20 Inside the vc++ directory are build projects for Visual C++ to build LuaDBI
21 for Windows.
21 22
22 = Make Targets = 23 = Make Targets =
23 24
24 * make free - builds MySQL, PostgreSQL and SQLite3 drivers 25 * make free - builds MySQL, PostgreSQL and SQLite3 drivers
25 * make all - as above, but also builds DB2 and Oracle drivers 26 * make all - as above, but also builds DB2 and Oracle drivers
30 * make oracle 31 * make oracle
31 32
32 = Installation = 33 = Installation =
33 34
34 Please consult your distributions documentation on installing Lua modules. 35 Please consult your distributions documentation on installing Lua modules.
35 Please note that both the database binary driver packages (*.so) and DBI.lua 36 Please note that both the database binary driver packages (*.so|*.dll) and DBI.lua
36 must be installed correctly to use LuaDBI 37 must be installed correctly to use LuaDBI

mercurial