From d53855642e989deb963bed135ee5be4d77383c81 Mon Sep 17 00:00:00 2001 From: wiredfool Date: Fri, 1 Apr 2016 04:02:17 -0700 Subject: [PATCH] Added freebsd install instructions, from @koobs --- docs/installation.rst | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/docs/installation.rst b/docs/installation.rst index decb3e803..0f09a5962 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -76,6 +76,26 @@ packages that previously contained PIL e.g. ``python-imaging``. Please consider using native operating system packages first to avoid installation problems and/or missing library support later. +FreeBSD Installation +^^^^^^^^^^^^^^^^^^^^ + +Pillow can be installed on FreeBSD via the official Ports or Packages systems: + +**Ports**:: + + $ cd /usr/ports/graphics/py-pillow && make install clean + +**Packages**:: + + $ pkg install py27-pillow + +.. note:: + + The `Pillow FreeBSD port + `_ and packages + are tested by the ports team with all supported FreeBSD versions + and against Python 2.x and 3.x. + Building From Source --------------------