compiled and tested on Ubuntu based distribution.


install sqlite3 if it's not installed:

  sudo apt-get install sqlite3

install sqlite3-devel if there is sqlite3 errors:

  sudo apt-get install sqlite3-devel
