Skip to content
This repository has been archived by the owner on Apr 17, 2018. It is now read-only.

SQLite3

Alex Coles edited this page Apr 10, 2011 · 1 revision

README

For Ruby 1.9 you can build the "next" branch from the github repository. You need to have Cygwin (for wget, curl and unzip executables) as well as Mingw. Both installations bin directories must be on the path.

First of all you need rake-compiler and jeweler: gem install rake-compiler jeweler

Then you can go ahead and checkout and build the gem:

git clone git://github.com/datamapper/do.git
cd do
git checkout -b next origin/next
cd do_sqlite3
rake gem
cd pkg
gem install do_sqlite3-0.10.1.gem -- --with-sqlite3-dir=../vendor/sqlite3
Clone this wiki locally