We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76ea5a4 commit d000a1dCopy full SHA for d000a1d
README.md
@@ -80,8 +80,13 @@ Once inside use arguments as stated below example:
80
### Download Dependencies
81
82
`sudo apt-get install libusb-1.0-0-dev`
83
+`sudo apt-get install libsoxr-dev`
84
+`sudo apt-get install libsoxr0`
85
+`sudo apt-get install libsoxr-lsr0`
86
-Install the libusb headers if not already present
87
+Install the libusb and soxr headers if not already present
88
+
89
+copy soxr.h in include folder can be downloaded here : https://github.com/chirlu/soxr/tree/master/src/soxr.h
90
91
`git clone https://gitea.osmocom.org/sdr/osmo-fl2k
92
mkdir osmo-fl2k/build
0 commit comments