Add raspberry pi docs (#1252)

This commit is contained in:
Paul Hauner
2020-06-10 17:11:57 +10:00
committed by GitHub
parent 7f036a6e95
commit d2983c13df
3 changed files with 64 additions and 1 deletions

View File

@@ -26,7 +26,16 @@ If this doesn't work or is not clear enough, see the [Detailed Instructions](#de
## Troubleshooting
### Command is not found
### Dependencies (Ubuntu)
Several dependencies may be required to compile Lighthouse. The following
packages may be required in addition a base Ubuntu Server installation:
```bash
sudo apt install -y git gcc g++ make cmake pkg-config libssl-dev
```
### Command is not found
Lighthouse will be installed to `CARGO_HOME` or `$HOME/.cargo`. This directory
needs to be on your `PATH` before you can run `$ lighthouse`.