Add dependency libsqlite3-dev. (#1929)

Add dependency libsqlite3-dev as bundle fails without it.
This commit is contained in:
Daniel Wiberg 2017-02-01 12:51:44 +01:00 committed by Fabian Affolter
parent e3eed32e5b
commit 73fdbd6b7c

View File

@ -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` - ruby-dev - `sudo apt-get install ruby-dev`
- node-js - `sudo apt-get install nodejs` - node-js - `sudo apt-get install nodejs`
- libsqlite3-dev - `sudo apt-get install libsqlite3-dev`
- execjs gem - `gem install execjs` - 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. You will need to research what works on your particular architecture and also bear in mind that version numbers may change over time.