We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bd3369 commit a5fcbd7Copy full SHA for a5fcbd7
README.md
@@ -32,7 +32,7 @@ See the README there, but briefly:
32
binaries on the vips website. For example, on Debian:
33
34
```
35
- sudo apt-get install libvips-dev php-pear
+ sudo apt-get install libvips-dev
36
37
38
Or macOS:
@@ -41,7 +41,15 @@ See the README there, but briefly:
41
brew install vips
42
43
44
-2. Install the binary PHP extension:
+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:
53
54
55
pecl install vips
0 commit comments