install sqlite and sassc from source

This commit is contained in:
Brad Rydzewski
2015-09-30 13:15:28 -07:00
parent 67c00fa6a9
commit b02cee7a0e
3 changed files with 20 additions and 3 deletions

3
contrib/setup-sqlite.sh Normal file → Executable file
View File

@@ -1,4 +1,5 @@
#!/bin/bash
set -e
cd /tmp
@@ -8,4 +9,4 @@ cd sqlite-autoconf-3081101
cd sqlite-3.6.421
./configure -prefix=/scratch/usr/local
make
make install
sudo make install