Skip to content

Commit 28c63e5

Browse files
committed
Update README.md with build instructions.
1 parent 39db06c commit 28c63e5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,14 @@ Download and install from http://www.mingw.org.
2222
## 3. Build libsox
2323
1. Open a `MinGW Shell` and standing in this folder run
2424
```
25+
autoreconf --install
26+
```
27+
Comment the line in configure that starts with `PKG_CHECK_MODULES`, like this
28+
```
29+
#PKG_CHECK_MODULES(OPUS, opusfile, , using_opus=no)
30+
```
31+
and then run
32+
```
2533
./configure --without-magic --without-png --without-ladspa --without-opus --without-mad --without-libltdl --without-coreaudio --without-gsm --without-lpc10 --with-mpg123 --disable-static --enable-shared && make
2634
```
2735
2. The result can be found in `src/.libs/libsox-3.dll`.

0 commit comments

Comments
 (0)