Skip to content

Commit

Permalink
Docs: possible to install libvips via pkg on FreeBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
lovell committed Oct 2, 2017
1 parent 17bf166 commit 335c70a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,12 @@ Only 64-bit (x64) `node.exe` is supported.
### FreeBSD

libvips must be installed before `npm install` is run.
This can be achieved via [FreshPorts](https://www.freshports.org/graphics/vips/):

This can be achieved via package or ports:

```sh
pkg install -y pkgconf vips
```

```sh
cd /usr/ports/graphics/vips/ && make install clean
Expand Down

0 comments on commit 335c70a

Please sign in to comment.