Except it does require PCRE... if not installed, you will get an error like "fatal error: pcre.h: No such file or directory".
Install with
$ apt-get install libpcre3-dev
or
$ yum install pcre-devel
or whatever your platform requires.
外部ライブラリを必要としません。
Except it does require PCRE... if not installed, you will get an error like "fatal error: pcre.h: No such file or directory".
Install with
$ apt-get install libpcre3-dev
or
$ yum install pcre-devel
or whatever your platform requires.