From 7d9feb3cfc5c378ffa652882a33d3de227ff5e1a Mon Sep 17 00:00:00 2001 From: Aaron Griffith Date: Thu, 14 Nov 2019 23:54:59 -0500 Subject: [PATCH] docs/building: don't need PIL_INCLUDE_DIR if you copy over files --- docs/building.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/building.rst b/docs/building.rst index f798362..9bb277a 100644 --- a/docs/building.rst +++ b/docs/building.rst @@ -176,7 +176,7 @@ macOS #. In a terminal, change your current working directory to your overviewer-[Version] folder (e.g. by using ``cd Desktop/overviewer-[Version]``) #. Build:: - PIL_INCLUDE_DIR="/path/to/Pillow-[version]/libImaging" python3 setup.py build + python3 setup.py build You should now be able to run Overviewer with ``./overviewer.py`` inside of the Overviewer directory.