Created
November 11, 2013 05:29
-
-
Save Orphist/7408357 to your computer and use it in GitHub Desktop.
# sqlite3 on Mac OS X 10.8.5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Mac OS X 10.8.5 | |
gem fetch sqlite3 | |
gem unpack sqlite3-1.3.8.gem | |
cd sqlite3-1.3.8 | |
ruby setup.rb config | |
ruby setup.rb setup | |
ruby setup.rb install | |
$ irb | |
1.8.7-p374 :001 > require 'sqlite3' | |
=> true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment