Pillow/depends/freebsd_10.sh

14 lines
392 B
Bash
Raw Normal View History

2016-01-04 20:08:48 +03:00
#!/bin/sh
#
# Installs all of the dependencies for Pillow for Freebsd 10.x
# for both system Pythons 2.7 and 3.4
#
2017-06-29 00:29:57 +03:00
sudo pkg install python2 python3 py27-pip py27-virtualenv wget cmake
2016-01-04 20:08:48 +03:00
# Openjpeg fails badly using the openjpeg package.
# I can't find a python3.4 version of tkinter
2016-12-14 10:07:58 +03:00
sudo pkg install jpeg-turbo tiff webp lcms2 freetype2 harfbuzz fribidi py27-tkinter
2017-06-29 00:03:51 +03:00
./install_raqm_cmake.sh