Updated 1.2 Raspberry Pi 'Headless' RX Guide (markdown)

master
Mark Jessop 2022-08-22 20:39:02 +09:30
rodzic e2dbffb315
commit 87e3b3e1f7
1 zmienionych plików z 1 dodań i 1 usunięć

@ -18,7 +18,7 @@ For a good guide on setting up a 'headless' (no display) Raspberry Pi 2/3/Zero/Z
### 2.1. Software Dependencies
We may require a few dependencies to be able to compile and use the new modem and uploader scripts. Under Ubuntu/Debian/Raspbian, you can install the required packages using:
```
$ sudo apt-get install cmake build-essential libusb-1.0-0-dev git python3-venv sox bc rtl-sdr libatlas-base-dev
$ sudo apt-get install cmake build-essential libusb-1.0-0-dev git python3-venv python3-crcmod python3-requests python3-pip sox bc rtl-sdr libatlas-base-dev
```
Under OSX, Macports or Homebrew should be able to provide the above packages, though they may be named slightly differently.