Skip to content
Jayden Harrod edited this page Jan 22, 2018 · 2 revisions

smith uses gdbm which needs to be compiled in to ruby. There is a gdbm gem which uses ffi but it hasn't been updated for a long time.

To compile ruby with gdbm you need to install (Debian or something similar for the other distros):

libgdbm-dev

and then recompile Ruby.

Clone this wiki locally