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

add protobuf dependency to readme

parent 3edcd472
No related branches found
No related tags found
No related merge requests found
Pipeline #4632 passed
......@@ -4,7 +4,13 @@ Reference CATS/FELINET I-gate/digipeater for the Raspberry Pi. Requires an I-Gat
## 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
sudo apt install git protobuf-compiler
```
After these are installed, restart your terminal, or open a new one. Then run these commands:
```bash
git clone https://gitlab.scd31.com/cats/igate
......
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