Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
guest271314 authored and saghul committed Nov 7, 2023
1 parent 5467489 commit ea12306
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 @@ -126,11 +126,11 @@ submodules with `git submodule update --init` before proceeding to the build.

### GNU/Linux

Install dependencies (`libcurl`, `build-essential`, `cmake`, `makeinfo`, `autoreconf`):
Install dependencies (`libcurl`, `build-essential`, `cmake`, `makeinfo`, `autoreconf`, `libtool`):

```bash
# On Debian / Ubuntu
sudo apt install libcurl4-openssl-dev build-essential cmake autoconf texinfo
sudo apt install libcurl4-openssl-dev build-essential cmake autoconf texinfo libtool
```

### macOS
Expand Down

0 comments on commit ea12306

Please sign in to comment.