From 73fdbd6b7cb53538f8f2044976ce4e28fbb09fbd Mon Sep 17 00:00:00 2001 From: Daniel Wiberg Date: Wed, 1 Feb 2017 12:51:44 +0100 Subject: [PATCH] Add dependency libsqlite3-dev. (#1929) Add dependency libsqlite3-dev as bundle fails without it. --- source/_ecosystem/hadashboard/installation.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_ecosystem/hadashboard/installation.markdown b/source/_ecosystem/hadashboard/installation.markdown index 622f895d707..ecce1549c1b 100755 --- a/source/_ecosystem/hadashboard/installation.markdown +++ b/source/_ecosystem/hadashboard/installation.markdown @@ -109,6 +109,7 @@ Note: Prereqs will vary across different machines. So far users have reported re - ruby-dev - `sudo apt-get install ruby-dev` - node-js - `sudo apt-get install nodejs` +- libsqlite3-dev - `sudo apt-get install libsqlite3-dev` - execjs gem - `gem install execjs` You will need to research what works on your particular architecture and also bear in mind that version numbers may change over time.