mpouttuclarke / getphone-c

Gets a candidate phone number from stdin using Google's RE2 lib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

getphone-c

Gets a candidate phone number from stdin using Google's RE2 lib

OSX install requirements:

  • XCode
  • Homebrew

To make on OSX:

brew install re2
brew install coreutils
brew install libtool
brew install autoconf
brew install aclocal
brew install automake
cd getphone-c/Release
make

About

Gets a candidate phone number from stdin using Google's RE2 lib

License:Apache License 2.0


Languages

Language:Makefile 53.8%Language:C 46.2%