From 07980b8f408cec98832031608bdbcefd9f3b8d54 Mon Sep 17 00:00:00 2001 From: alpine9000 Date: Tue, 3 May 2016 08:03:22 +1000 Subject: [PATCH] Update BuildingCrossDev.md --- doc/BuildingCrossDev.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/BuildingCrossDev.md b/doc/BuildingCrossDev.md index 4e71c02..6443c9f 100644 --- a/doc/BuildingCrossDev.md +++ b/doc/BuildingCrossDev.md @@ -128,3 +128,12 @@ Notes: # /Applications/CMake.app/Contents/bin/cmake .. # make install ``` + +11. SOX + ``` + # git clone git://sox.git.sourceforge.net/gitroot/sox/sox + # cd sox + # autoreconf -i + # ./configure --prefix=/usr/local + # make install +```