Fix the centos bootstrap script.

This commit is contained in:
Dimitri Fontaine 2014-01-03 16:49:31 +01:00
parent 13d53593b1
commit 158b9cd79c

View File

@ -1,6 +1,7 @@
#!/usr/bin/env bash
sudo yum -y install yum-utils @development-tools sbcl sqlite-devel
sudo yum -y install yum-utils rpmdevtools @development-tools \
sbcl sqlite-devel zlib-devel
# SBCL 1.1.14
# http://www.mikeivanov.com/post/66510551125/installing-sbcl-1-1-on-rhel-centos-systems
@ -19,5 +20,8 @@ cd
# remove the old version that we used to compile the newer one.
sudo yum remove -y sbcl
# prepare the rpmbuild setup
rpmdev-setuptree
# pgloader
#make -C /vagrant rpm