mirror of
https://github.com/cathugger/mkp224o.git
synced 2025-01-09 11:07:19 -03:00
add libc6-dev to debian deps
thanks @EsmailELBoBDev2 for report
This commit is contained in:
parent
a6e53b0997
commit
d202229a43
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ formely known as proposal 224) onion addresses.
|
|||
For debian-like linux distros, this should be enough to prepare for building:
|
||||
|
||||
```bash
|
||||
apt install gcc libsodium-dev make autoconf
|
||||
apt install gcc libc6-dev libsodium-dev make autoconf
|
||||
```
|
||||
|
||||
### Building
|
||||
|
|
Loading…
Reference in a new issue