You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 17, 2018. It is now read-only.
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