You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,20 +10,22 @@ Actively tested and supported are Realtek RTL2832 based DVB dongles (using RTL-S
10
10
11
11

12
12
13
-
## Building / Installation
13
+
## Building
14
14
15
-
rtl_433 is written in portable C (C99 standard) and known to compile on Linux (also embedded), MacOS, and Windows systems.
15
+
rtl_433 is written in portable C (C99 standard) and known to compile on Linux (also embedded), FreeBSD, MacOS, and Windows systems.
16
16
Older compilers and toolchains are supported as a key-goal.
17
-
Low resource consumption and very few dependencies allow rtl_433 to run on embedded hardware like (repurposed) routers.
18
-
Systems with 32-bit i686 and 64-bit x86-64 as well as (embedded) ARM, like the Raspberry Pi and PlutoSDR are well supported.
17
+
Low resource consumption and very few dependencies allow rtl_433 to run on embedded hardware.
18
+
Most common 32-bit and 64-bit CPU architectures like amd64, arm64, armhf, i386, ppc64el, riscv64, s390x and others are well supported.
19
19
20
20
See [BUILDING.md](docs/BUILDING.md)
21
21
22
-
On Debian (sid) or Ubuntu (19.10+), `apt-get install rtl-433` for other distros check https://repology.org/project/rtl-433/versions
22
+
## Installation
23
23
24
-
On FreeBSD, `pkg install rtl-433`.
24
+
Linux (Debian, Ubuntu): `sudo apt install rtl-433`. For other distributions see [repology](https://repology.org/project/rtl-433/versions) or [pkgs.org](https://pkgs.org/download/rtl-433).
25
25
26
-
On MacOS, `brew install rtl_433`.
26
+
FreeBSD: `pkg install rtl-433`.
27
+
28
+
MacOS: `brew install rtl_433`.
27
29
28
30
Docker images with rtl_433 are available [on the github page of hertzg](https://github.com/hertzg/rtl_433_docker).
0 commit comments