Skip to content

Commit

Permalink
Fixes issue mentioned in robotastic#691
Browse files Browse the repository at this point in the history
Adds `libsndfile1-dev` as soft dependency.
  • Loading branch information
Dygear committed Nov 1, 2022
1 parent fe2eecb commit 4df3ef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/INSTALL-PI.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ sudo apt upgrade
```
- Add all of the libraries needed:
```bash
sudo apt -y install libssl-dev openssl curl git fdkaac sox libcurl3-gnutls libcurl4 libcurl4-openssl-dev gnuradio gnuradio-dev gr-osmosdr libhackrf-dev libuhd-dev cmake make build-essential libboost-all-dev libusb-1.0-0-dev
sudo apt -y install libssl-dev openssl curl git fdkaac sox libcurl3-gnutls libcurl4 libcurl4-openssl-dev gnuradio gnuradio-dev gr-osmosdr libhackrf-dev libuhd-dev cmake make build-essential libboost-all-dev libusb-1.0-0-dev libsndfile1-dev
```

Configure RTL-SDRs to load correctly:
Expand Down

0 comments on commit 4df3ef8

Please sign in to comment.