diff --git a/README.md b/README.md index f2a800e..3af2b45 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,8 @@ git clone https://github.com/goodspb/pdlib.git cd pdlib phpize ./configure --enable-debug +# you may need to indicate the dlib install location +# PKG_CONFIG_PATH=/usr/local/lib/pkgconfig ./configure --enable-debug make sudo make install ```