Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ settings*.py
# header files that may be copied over, if missing
ImPlatform.h
Imaging.h
ImagingUtils.h

# various forms of compiled c_overviewer extensions
overviewer_core/c_overviewer.so
Expand Down
4 changes: 2 additions & 2 deletions docs/building.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ You will need the following:
- The Numpy Extension for Python.
- The extensions can be installed via::

c:\python27\python.exe -m pip -U numpy pillow
c:\python27\python.exe -m pip install -U numpy pillow


Building with Visual Studio
Expand Down Expand Up @@ -112,7 +112,7 @@ Building with mingw

1. Open a MinGW shell.
2. cd to the Overviewer directory.
3. Copy Imaging.h and ImPlatform.h from your Pillow sources into the current working directory.
3. Copy Imaging.h, ImagingUtils.h and ImPlatform.h from your Pillow sources into the current working directory.
4. Build::

python setup.py build --compiler=mingw32
Expand Down