1
0
mirror of https://frontier.innolan.net/github/AmigaExamples.git synced 2026-05-10 14:29:21 +00:00
This commit is contained in:
alpine9000
2016-05-03 10:21:00 +10:00
parent 27322a36ad
commit 9c7d7aece1
5 changed files with 34 additions and 98 deletions

View File

@@ -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
```