Skip to content

Commit b09459b

Browse files
authored
Signpost libvips-dev on Debian / Ubuntu (#123)
1 parent bf6beec commit b09459b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,8 @@ You can find them in the [`docker_tests`](docker_tests) folder.
163163
## Native library loading
164164

165165
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`
166+
* On macOS: `DYLD_LIBRARY_PATH` (installed with `brew install vips`)
167+
* On Linux: `LD_LIBRARY_PATH` (installed with `apt install libvips-dev` on Debian / Ubuntu)
168168
* On Windows: `PATH`
169169

170170
The naming conventions of these libraries are not consistent across operating systems, so vips-ffm attempts to load each

0 commit comments

Comments
 (0)