Pillow/depends/ubuntu_14.04.sh

17 lines
484 B
Bash
Raw Normal View History

2015-10-09 17:27:01 +03:00
#!/bin/sh
2015-10-10 23:32:25 +03:00
#
2015-10-12 18:55:06 +03:00
# Installs all of the dependencies for Pillow for Ubuntu 14.04
# for both system Pythons 2.7 and 3.4
2015-10-10 23:32:25 +03:00
#
2016-12-14 10:07:58 +03:00
sudo apt-get update
2015-10-09 17:27:01 +03:00
sudo apt-get -y install python-dev python-setuptools \
python3-dev python-virtualenv cmake
sudo apt-get -y install libtiff5-dev libjpeg8-dev zlib1g-dev \
2015-10-09 17:44:33 +03:00
libfreetype6-dev liblcms2-dev libwebp-dev tcl8.6-dev tk8.6-dev \
2017-06-22 18:00:09 +03:00
python-tk python3-tk libharfbuzz-dev libfribidi-dev
2015-10-09 17:27:01 +03:00
./install_openjpeg.sh
2017-06-22 18:00:09 +03:00
./install_imagequant.sh
./install_raqm.sh