Merge pull request #49 from brccabral/master

Update pdlib installation
This commit is contained in:
Malvin Lok
2022-08-20 13:18:34 +08:00
committed by GitHub

View File

@@ -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
```