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.