Add missing dependency for macOS builds (#925)
* Add missing dependency for macOS builds * Add wget to MacPorts install line as well. * Add PR #925 to changelog. --------- Co-authored-by: Mooneer Salem <mooneer@gmail.com>ms-wasapi-debug
parent
f56f473e54
commit
bc8a8dc739
|
@ -144,13 +144,13 @@ one to build FreeDV for ARM as well as for Intel Windows systems.
|
|||
Using MacPorts, most of the appropriate dependencies can be installed by:
|
||||
|
||||
```
|
||||
$ sudo port install automake git libtool sox +universal cmake
|
||||
$ sudo port install automake git libtool sox +universal cmake wget
|
||||
```
|
||||
|
||||
and on Homebrew:
|
||||
|
||||
```
|
||||
$ brew install automake libtool git sox cmake
|
||||
$ brew install automake libtool git sox cmake wget
|
||||
```
|
||||
|
||||
Once the dependencies are installed, you can then run the `build_osx.sh` script inside the source tree to build
|
||||
|
|
|
@ -800,6 +800,8 @@ LDPC | Low Density Parity Check Codes - a family of powerful FEC codes
|
|||
* Unit tests: Increase sleep time before killing recording to resolve macOS test failures. (PR #917)
|
||||
* Fix typo causing RX radio device to remain open. (PR #918)
|
||||
* Fix WASAPI errors on some machines by supporting audio mix formats other than 16-bit integer. (PR #919)
|
||||
2. Documentation:
|
||||
* Add missing dependency for macOS builds to README. (PR #925; thanks @relistan!)
|
||||
|
||||
## V2.0.0 June 2025
|
||||
|
||||
|
|
Loading…
Reference in New Issue