Skip to content

Commit

Permalink
add undocumented build deps (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
flisk authored Aug 4, 2022
1 parent ddafba3 commit b934d49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ The binary will end up in `./result/bin`

```sh
# Debian
$ sudo apt-get install build-essential make autoconf libev-dev libsodium-dev libpcap-dev pkg-config
$ sudo apt-get install build-essential make autoconf automake libev-dev libsodium-dev libpcap-dev pkg-config
# OR ArchLinux
$ sudo pacman -S base-devel git libev libsodium
$ ./autogen.sh
Expand All @@ -96,7 +96,7 @@ $ make install

### Build debian package
```sh
$ sudo apt-get install build-essential make autoconf
$ sudo apt-get install build-essential make autoconf debhelper fakeroot cdbs ruby-ronn
$ dpkg-buildpackage -us -uc -rfakeroot
```

Expand Down

0 comments on commit b934d49

Please sign in to comment.