Advertisement
sroller

RubyInstaller2 and SQLite3

Mar 24th, 2018
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.15 KB | None | 0 0
  1. # use the MSYS2 package for sqlite3 until a fat gem for 2.5 is published
  2. ridk exec pacman -S mingw-w64-x86_64-sqlite3
  3. gem inst sqlite3 --platform ruby
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement