Skip to content

Commit

Permalink
Update unix build requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuki Kishimoto committed Jul 18, 2022
1 parent 5192273 commit 786f5d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/build-unix.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ sudo make install
### Ubuntu & Debian

```
sudo apt install build-essential libssl-dev make pkg-config automake autoconf
sudo apt install build-essential libssl-dev make pkg-config automake autoconf libtool
```

### Fedora
Expand All @@ -41,7 +41,7 @@ sudo dnf group install "C Development Tools and Libraries" "Development Tools"
```

```
sudo dnf install make openssl-devel automake autoconf
sudo dnf install make openssl-devel automake autoconf libtool
```

### MacOS
Expand Down

0 comments on commit 786f5d7

Please sign in to comment.