Skip to content

Instantly share code, notes, and snippets.

View BognarB's full-sized avatar

Renato Bognar BognarB

  • www.progress.com
  • São Paulo, Brasil
View GitHub Profile
# Compile PCRE - Perl Compatible Regular Expressions
cd /usr/local/src
sudo curl -O http://downloads.sourceforge.net/project/pcre/pcre/8.32/pcre-8.32.tar.gz?r=http%3A%2F%2Fsourceforge.net%2Fprojects%2Fpcre%2Ffiles%2Fpcre%2F8.32%2F&ts=1369337501&use_mirror=ufpr
tar -xvzf pcre-8.31.tar.gz
cd pcre-8.31
./configure
make
sudo make install
# Compile Autoconf