0

docs/building: don't need PIL_INCLUDE_DIR if you copy over files

This commit is contained in:
Aaron Griffith
2019-11-14 23:54:59 -05:00
committed by GitHub
parent 87e0e3b7c0
commit 7d9feb3cfc

View File

@@ -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.