Commit 17e85536 by Eric Fredricksen

Bookkeeping

parent fde47fc1
syntax:glob build/
build
README.html README.html
.svn .svn
test.db test.db
......
...@@ -8,4 +8,6 @@ The two files required to use these bindings are sqlite.js and ...@@ -8,4 +8,6 @@ The two files required to use these bindings are sqlite.js and
build/default/sqlite3_bindings.node. Put this directory in your build/default/sqlite3_bindings.node. Put this directory in your
NODE_PATH or copy those two files where you need them. NODE_PATH or copy those two files where you need them.
Tested with Node version 0.1.18
(c) 2010 Eric Fredricksen - See permissive license terms at top of sqlite.js (c) 2010 Eric Fredricksen - See permissive license terms at top of sqlite.js
...@@ -57,7 +57,7 @@ The code lives at <a href=http://code.google.com/p/node-sqlite/>http://code.goog ...@@ -57,7 +57,7 @@ The code lives at <a href=http://code.google.com/p/node-sqlite/>http://code.goog
<li>Get the code <li>Get the code
<pre> <pre>
$ hg clone https://node-sqlite.googlecode.com/hg/ node-sqlite $ git clone git://github.com/grumdrig/node-sqlite.git
</pre> </pre>
<li>Configure and build <li>Configure and build
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment