This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# taken from http://coalgirls.wakku.to/faq/playback/compiling-mpv-on-mac-os-x | |
# install homebrew | |
# setup | |
sudo easy_install docutils | |
export LC_ALL=en_US.UTF-8 | |
export LANG=en_US.UTF-8 | |
# install python3 |