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 469b521 commit d699accCopy full SHA for d699acc
README.md
@@ -16,13 +16,20 @@ This software also requires that you have
16
system. In turn librtlsdr requires [libusb](http://libusb.info/).
17
18
You can install librtlsdr with most package managers which will ensure
19
-you have the right dependencies. To install using Homebrew on macOS,
20
-simply run:
+you have the right dependencies.
+
21
+Homebrew (macOS):
22
23
```
24
brew install librtlsdr
25
26
27
+Debian based Linux distros:
28
29
+```
30
+apt-get install librtlsdr-dev
31
32
33
## Usage
34
35
0 commit comments