Skip to content

Instantly share code, notes, and snippets.

#!/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