mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-03-13 17:25:49 +03:00
added ubuntu 14.04 depends script
This commit is contained in:
parent
62592415ad
commit
76579aa977
8
depends/aws_ubuntu_14.04.sh
Executable file
8
depends/aws_ubuntu_14.04.sh
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
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 \
|
||||
libfreetype6-dev liblcms2-dev libwebp-dev tcl8.6-dev tk8.6-dev python-tk
|
||||
|
||||
./install_openjpeg.sh
|
Loading…
Reference in New Issue
Block a user