docs: add note about pkg-config and libssl-dev
This commit is contained in:
parent
ea2a21596d
commit
938f12a943
@ -10,6 +10,14 @@ Some [design notes](./doc/design_notes.md) are available.
|
||||
|
||||
### Compile from Source -- Linux Debian/Ubuntu
|
||||
|
||||
You may need to:
|
||||
|
||||
```
|
||||
sudo apt install pkg-config libssl-dev
|
||||
```
|
||||
|
||||
Then
|
||||
|
||||
```
|
||||
git clone https://github.com/Neptune-Crypto/neptune-explorer.git
|
||||
cd neptune-explorer
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user