Skip to content

Instantly share code, notes, and snippets.

@grimen
Created February 20, 2013 16:30
Show Gist options
  • Save grimen/4996839 to your computer and use it in GitHub Desktop.
Save grimen/4996839 to your computer and use it in GitHub Desktop.
#! /usr/bin/env sh
PCRE_VERSION="8.21"
cd /tmp
wget "ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-$PCRE_VERSION.tar.gz"
tar -xzvf "pcre-$PCRE_VERSION.tar.gz"
cd "pcre-$PCRE_VERSION"
./configure --enable-jit
make -j2
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment