Update readme with librpitx instruction

master
F5OEO 2018-03-19 11:33:22 +01:00 zatwierdzone przez GitHub
rodzic d0cb08d5e9
commit f4ae452cd1
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 5 dodań i 1 usunięć

Wyświetl plik

@ -35,6 +35,10 @@ Clone the source repository and run `make` in the `src` directory:
```bash
git clone https://github.com/ChristopheJacquet/PiFmRds.git
cd PiFmRds/src
git clone https://github.com/F5OEO/librpitx.git
cd librpitx/src
make
cd ../../
make clean
make
```
@ -192,7 +196,7 @@ The samples are played by `pi_fm_rds.c` that is adapted from Richard Hirst's [Pi
## History
* 2018-03-19: Use librpitx for easy integration
* 2015-09-05: support for the Raspberry Pi 2
* 2014-11-01: support for toggling the Traffic Announcement (TA) flag at run-time
* 2014-10-19: bugfix (cleanly stop the DMA engine when the specified file does not exist, or it's not possible to read from stdin)