From 1388d437f2d74f1594e21be4f25da38d5f8d5f65 Mon Sep 17 00:00:00 2001 From: Hector Martin Date: Wed, 23 Nov 2016 22:39:48 +0900 Subject: [PATCH] Add SoX to dependencies --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9e42a8f..c69e586 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,7 @@ Additionally, you'll need the following packages on your host machine: * pycryptodome (for PyWii) * libpng headers (libpng-dev) * gettext +* sox The build process has only been tested on Linux. You're on your own if you want to try building this on OSX or Windows.