mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-05 06:09:01 +08:00
16 lines
386 B
JSON
16 lines
386 B
JSON
|
{
|
||
|
"name": "rtlsdr",
|
||
|
"version-string": "2020-04-16",
|
||
|
"port-version": 2,
|
||
|
"description": "rtl-sdr is a library that turns your Realtek RTL2832 based DVB dongle into a SDR receiver",
|
||
|
"homepage": "https://osmocom.org/projects/rtl-sdr",
|
||
|
"supports": "windows & (x86 | x64)",
|
||
|
"dependencies": [
|
||
|
"libusb",
|
||
|
{
|
||
|
"name": "pthreads",
|
||
|
"platform": "windows"
|
||
|
}
|
||
|
]
|
||
|
}
|