Skip to content

Instantly share code, notes, and snippets.

View platy's full-sized avatar
🐟

Mike Bush platy

🐟
View GitHub Profile
#!/bin/bash
echo '===> install apc.so in OSX Mavericks'
mkdir -p ~/tmp/apc-deps
# Compile PCRE - Perl Compatible Regular Expressions
cd ~/tmp/apc-deps
curl -O ftp://ftp.csx.cam.ac.uk//pub/software/programming/pcre/pcre-8.33.tar.gz
tar -xvzf pcre-8.33.tar.gz
@platy
platy / install.intl.sh
Last active August 29, 2015 14:01 — forked from royriojas/install.apc.sh
Modified from install.apc.sh for installing the INTL library
#!/bin/bash
echo '===> install intl.so in OSX Mavericks'
mkdir -p ~/tmp/intl-deps
# Compile PCRE - Perl Compatible Regular Expressions
cd ~/tmp/intl-deps
curl -O ftp://ftp.csx.cam.ac.uk//pub/software/programming/pcre/pcre-8.33.tar.gz
tar -xvzf pcre-8.33.tar.gz