Skip to content

Instantly share code, notes, and snippets.

@saintvictoria
saintvictoria / lightWAVE.bootstrap.sh
Created April 21, 2015 13:59
MacVim bootstrap to intall LightWAVE locally
#! /bin/bash
set -e
sudo yum install -y httpd.x86_64
sudo service httpd start
sudo yum install -y libcurl-devel.x86_64
curl -OL http://prdownloads.sourceforge.net/libcgi/libcgi-1.0.tar.gz
tar xf libcgi*
cd libcgi-1.0
./configure
make CFLAGS='-fPIC'