Skip to Content

rtlsdr v2.0.2

Created
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 

# License

# Supported Platforms

!uwp

  • linux
  • osx
  • windows
  • uwp

# Features

No default features set.

# tools

Build tools

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

    No dependencies.

    Host Dependencies:

    No dependencies.

    # Dependencies

    No transitive dependencies.

    # Host Dependencies

    # Dependents

    No dependents.

    # Host Dependents

    No dependents.

    # Contributors

    • Egor Chesakov's avatar Egor Chesakov
    • Billy O'Neal's avatar Billy O'Neal
    • Jack·Boos·Yu's avatar Jack·Boos·Yu
    • Kai Pastor's avatar Kai 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)
    • b295670 Bulk 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)

    # Source