Skip to content

Commit

Permalink
Add docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
nrich committed Feb 17, 2009
1 parent 71e2f13 commit 23cdfd9
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
36 changes: 36 additions & 0 deletions INSTALL
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
= Dependencies =

Before attempting to build LuaDBI the development libaries for each database
must be installed. For Debian/Ubuntu systems, the list of required dependancies
are:

* libsqlite3-dev
* libmysqlclient15-dev
* libpq-dev
* db2exc (optional for DB2 support)
* oracle-xe-client (optional for Oracle support)

= Building =

Run `make` (or `make free`) in the source directory to build the Open Source
database drivers. To build the drivers for DB2 and Oracle, run `make all`.

== Windows ==

LuaDBI has not been built or tested on Windows.

= Make Targets =

* make free - builds MySQL, PostgreSQL and SQLite3 drivers
* make all - as above, but also builds DB2 and Oracle drivers
* make mysql
* make psql
* make sqlite3
* make db2
* make oracle

= Installation =

Please consult your distributions documentation on installing Lua modules.
Please note that both the database binary driver packages (*.so) and DBI.lua
must be installed correctly to use LuaDBI
1 change: 1 addition & 0 deletions README
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Please visit http://code.google.com/p/luadbi/w/list for details on using LuaDBI

0 comments on commit 23cdfd9

Please sign in to comment.