This file contains hidden or 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
#!/bin/bash | |
# License of this script: CC0 | |
# Installation of dependent libraries and softwares is required to use this script | |
# ex. nasm, yasm, libmp3lame-dev, libopus-dev, libvorbis-dev, libvpx-dev... | |
# | |
# Steps to prepare build | |
# 1. brew install nasm | |
# 2. brew install pkg-config | |
# a) if you faced following error, you can run `brew link pkg-config`. | |
# Warning: pkg-config 0.29.2 is already installed, it's just not linked |