From 7541dfcab2a9f82f66569a6f586512887aca7da6 Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Fri, 1 Jan 2016 16:34:18 +0000 Subject: [PATCH] Document support for FreeBSD/gmake #326 --- docs/changelog.md | 4 ++++ docs/install.md | 9 +++++++++ 2 files changed, 13 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index 93eb1904..7488ea90 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -8,6 +8,10 @@ [#325](https://github.com/lovell/sharp/issues/325) [@janaz](https://github.com/janaz) +* Allow compilation with gmake to provide FreeBSD support. + [#326](https://github.com/lovell/sharp/issues/326) + [@c0decafe](https://github.com/c0decafe) + #### v0.12.1 - 12th December 2015 * Allow use of SIMD vector instructions (via liborc) to be toggled on/off. diff --git a/docs/install.md b/docs/install.md index 56ec8415..018137a0 100644 --- a/docs/install.md +++ b/docs/install.md @@ -77,6 +77,15 @@ This involves an automated HTTPS download of approximately 9MB. Only 64-bit (x64) `node.exe` is supported. The WebP format is currently unavailable on Windows. +### FreeBSD + +libvips must be installed before `npm install` is run. +This can be achieved via [FreshPorts](https://www.freshports.org/graphics/vips/): + +```sh +cd /usr/ports/graphics/vips/ && make install clean +``` + ### Heroku [Alessandro Tagliapietra](https://github.com/alex88) maintains an