Skip to content
Snippets Groups Projects
Commit 2ea61b26 authored by Stephen D's avatar Stephen D
Browse files

add protobuf to readme

parent 2642c37a
No related branches found
No related tags found
No related merge requests found
Pipeline #4648 passed
...@@ -6,12 +6,16 @@ This is a CATS RX-only I-Gate which can use a cheap SDR receiver to decode CATS ...@@ -6,12 +6,16 @@ This is a CATS RX-only I-Gate which can use a cheap SDR receiver to decode CATS
### Building ### Building
To build the software, you will need to install [Rustup](https://rustup.rs/). You'll also need git. After these are installed, restart your terminal, or open a new one. Then run these commands: To build the software, you will need to install [Rustup](https://rustup.rs/). You'll also need to install some dependencies:
```bash ```bash
sudo apt install rtl-sdr sudo apt install rtl-sdr git protobuf-compiler
cargo install cargo-deb cargo install cargo-deb
```
After these are installed, restart your terminal, or open a new one. Then run these commands:
```bash
git clone https://gitlab.scd31.com/cats/sdr-igate git clone https://gitlab.scd31.com/cats/sdr-igate
cd sdr-igate cd sdr-igate
git pull git pull
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment