Advertisement
sroller

SQLite3 Ruby gem and Windows

Aug 30th, 2016
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. Windows: install sqlite3 gem to run with Ruby 2.3.1 64-bit and 32-bit
  2. =====================================================================
  3.  
  4. dependencies
  5. ------------
  6. from http://rubyinstaller.org
  7. + Ruby 2.3.1
  8. + 32-bit devkit
  9. + 64-bit devkit
  10.  
  11. gem uninstall sqlite3
  12.  
  13. gem install sqlite3 --platform=ruby -- --with-sqlite3-include=c:/src/sqlite-autoconf-3140100 --with-sqlite3-lib=c:/src/sqlite-autoconf-3140100/.libs
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement