Update README.md

This commit is contained in:
F5OEO 2018-03-16 15:12:47 +01:00 committed by GitHub
parent a62f65621a
commit 83c39fabf2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,2 +1,14 @@
# librpitx
Radio frequency transmitter library - Engine of rpitx
**librpitx** Radio frequency transmitter library for Raspberry Pi (B, B+, PI2, PI3 and PI zero)
It is now the base of *rpitx* project, separate from application
_Copyright (c) Evariste Courjaud F5OEO. Code is GPL_V3
# Installation
Depends on https://github.com/jgaeddert/liquid-dsp/
```sh
git clone https://github.com/F5OEO/librpitx
cd librpitx/src
make
```