mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-06-29 09:23:11 +03:00
Added freebsd script
This commit is contained in:
parent
b952f7e3af
commit
dcbb26234a
11
depends/freebsd_10.sh
Executable file
11
depends/freebsd_10.sh
Executable file
|
@ -0,0 +1,11 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
#
|
||||||
|
# Installs all of the dependencies for Pillow for Freebsd 10.x
|
||||||
|
# for both system Pythons 2.7 and 3.4
|
||||||
|
#
|
||||||
|
sudo pkg install python2 python3 py27-pip py27-virtualenv py27-setuptools27
|
||||||
|
|
||||||
|
# Openjpeg fails badly using the openjpeg package.
|
||||||
|
# I can't find a python3.4 version of tkinter
|
||||||
|
sudo pkg install jpeg-turbo tiff webp lcms2 freetype2 py27-tkinter
|
Loading…
Reference in New Issue
Block a user