docs: add note about pkg-config and libssl-dev

This commit is contained in:
danda 2024-05-28 13:06:59 -07:00
parent ea2a21596d
commit 938f12a943

View File

@ -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