From 21f99d88ab468e203fb9574f977c822d1d585a6a Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Mon, 2 Oct 2017 18:59:44 +0100 Subject: [PATCH] Docs: possible to install libvips via pkg on FreeBSD --- docs/install.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/install.md b/docs/install.md index ffecfa79..f689fefb 100644 --- a/docs/install.md +++ b/docs/install.md @@ -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