Skip to content

Commit a5fcbd7

Browse files
committed
clarify need for PHOP dev envirionment
see #114
1 parent 3bd3369 commit a5fcbd7

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ See the README there, but briefly:
3232
binaries on the vips website. For example, on Debian:
3333

3434
```
35-
sudo apt-get install libvips-dev php-pear
35+
sudo apt-get install libvips-dev
3636
```
3737

3838
Or macOS:
@@ -41,7 +41,15 @@ See the README there, but briefly:
4141
brew install vips
4242
```
4343

44-
2. Install the binary PHP extension:
44+
2. Install the binary PHP extension. You'll need a PHP development environment
45+
for this, since it will download and build the sources for the extension.
46+
For example, on Debian:
47+
48+
```
49+
sudo apt-get install php-pear
50+
```
51+
52+
Then to download and build the extension it's:
4553

4654
```
4755
pecl install vips

0 commit comments

Comments
 (0)