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 bf6beec commit b09459bCopy full SHA for b09459b
README.md
@@ -163,8 +163,8 @@ You can find them in the [`docker_tests`](docker_tests) folder.
163
## Native library loading
164
165
This library requires the `libvips`, `glib`, and `gobject` native libraries to be present in your library path:
166
-* On macOS: `DYLD_LIBRARY_PATH` (eg `DYLD_LIBRARY_PATH=/opt/homebrew/lib` if you used `brew install vips`)
167
-* On Linux: `LD_LIBRARY_PATH`
+* On macOS: `DYLD_LIBRARY_PATH` (installed with `brew install vips`)
+* On Linux: `LD_LIBRARY_PATH` (installed with `apt install libvips-dev` on Debian / Ubuntu)
168
* On Windows: `PATH`
169
170
The naming conventions of these libraries are not consistent across operating systems, so vips-ffm attempts to load each
0 commit comments