Files
video-thumbnail-generator/build
Flávio Ribeiro 91dcf456cc add build script
2015-11-17 21:57:16 -05:00

9 lines
168 B
Bash
Executable File

#!/bin/sh
UNAME_S=$(uname -s)
if [ "$UNAME_S" == "Darwin" ]; then
ln -s /usr/local/include/freetype2 /usr/local/include/freetype
fi
pip install -r requirements.txt