Skip to content

rtlsdrv2.0.2

Updated

rtl-sdr is a library that turns your Realtek RTL2832 based DVB dongle into a SDR receiver

#Usage

rtlsdr provides CMake targets:

find_package(rtlsdr CONFIG REQUIRED)
target_link_libraries(main PRIVATE $<IF:$<TARGET_EXISTS:rtlsdr::rtlsdr>,rtlsdr::rtlsdr,rtlsdr::rtlsdr_static>)

rtlsdr provides pkg-config modules:

# C Utility Library
librtlsdr

#Supported Platforms

!uwp

  • linux
  • osx
  • windows
  • uwp

#Features

No default features.

#tools

Build tools

Platforms: !android
  • linux
  • osx
  • windows
    Dependencies:

    No dependencies.

    Host Dependencies:

    No dependencies.

    #Dependencies

    No transitive dependencies.

    #Host Dependencies

    and 6 transitive dependencies:

    #Used By

    No ports use this.

    #Host Tool For

    No ports use this.

    #Contributors

    • Egor Chesakov's avatarEgor Chesakov
    • Billy O'Neal's avatarBilly O'Neal
    • Jack·Boos·Yu's avatarJack·Boos·Yu
    • Kai Pastor's avatarKai Pastor

    #Changelog

    • a3a2cda[rtlsdr] Update to 2.0.2, cleanup (#43042)
    • 43c6e29[many ports]switch to vcpkg-cmake / vckg-cmake-config part 4 (#29884)
    • c9e786d[many ports] remove remaining vcpkg_fail_port_install calls. (#22770)
    • b295670Bulk convert control files. (#19986)
    • 0fc90d9[rtlsdr] Fix the 'rtlsdr' package when not running from within a git tree. (#11575)
    • 2459c7c[rtlsdr] Add new port (#10901)