Commit f6e7af76 authored by Cody Zacharias's avatar Cody Zacharias Committed by GitHub

Create install.sh

parent 91cd8dde
#!/bin/sh
# Installation script for Debian based systems
# Install Dependencies
sudo apt-get install -y libsqlite3-dev \
libxss1 \
libx11-xcb-dev \
libxtst-dev \
libgconf-2-4 \
libnss3 \
libasound-dev
# Install node-sqlite3
git clone git clone https://github.com/mapbox/node-sqlite3.git
cd node-sqlite3
npm install --build-from-source
# Build
cd ..
npm install
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment