Skip to content

Commit

Permalink
Update BUILDING.md (#1259)
Browse files Browse the repository at this point in the history
CentOS/Fedora/RHEL require the libusbx and libusbx-devel packages to build. The libusb-devel package lacks the function definition for libusb_error_name() in libusb.h required to build rtl_433.
  • Loading branch information
jdwhite authored and zuckschwerdt committed Jan 10, 2020
1 parent 8ed6eaf commit 4839b25
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,13 @@ Debian:

sudo apt-get install libtool libusb-1.0-0-dev librtlsdr-dev rtl-sdr build-essential autoconf cmake pkg-config

Centos/Fedora/RHEL (for Centos/RHEL with enabled EPEL):
Centos/Fedora/RHEL with EPEL repo using cmake:

sudo dnf install libtool libusb-devel rtl-sdr-devel rtl-sdr
* If `dnf` doesn't exist, use `yum`.

````
sudo dnf install libtool libusbx-devel rtl-sdr-devel rtl-sdr cmake
````

Mac OS X with MacPorts:

Expand Down

0 comments on commit 4839b25

Please sign in to comment.