Ubuntu14.04 安装PIL

前端之家收集整理的这篇文章主要介绍了Ubuntu14.04 安装PIL前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

1.

sudo apt-get build-dep python-imaging

2.

# Ubuntu14.04中libfreetype的头文件在目录/usr/include/freetype2下,但PIL中使用的路径是freetype,所以将原来的目录链接到新建的freetype

cd /usr/include
sudo ln -s freetype2 freetype
原文链接:https://www.f2er.com/ubuntu/351867.html

猜你在找的Ubuntu相关文章