Created
February 24, 2012 05:39
-
-
Save rizkyabdilah/1898053 to your computer and use it in GitHub Desktop.
patched setup.py in PIL, work in ubuntu x86_64
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# add last 3 line in line 150 file setup.py | |
add_directory(library_dirs, "/lib64") | |
add_directory(library_dirs, "/usr/lib64") | |
add_directory(library_dirs, "/usr/lib/x86_64-linux-gnu") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
add this 3 line in line 150 file setup.py
patch decoder jpeg not found/supported
PIL 1.1.7 / Imaging 1.1.7
don't forget to install this package first
sudo apt-get install libjpeg62-dev
sudo apt-get install zlib1g-dev
sudo apt-get install libfreetype6-dev
sudo apt-get install liblcms1-dev