Skip to content

Commit

Permalink
autoconf, textinfo dependencies Debian/Ubuntu
Browse files Browse the repository at this point in the history
autoconf for autorecong, textinfo for makeinfo dependencies Debian/Ubuntu
  • Loading branch information
guest271314 authored Mar 1, 2023
1 parent 645e1be commit ed9a34a
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 @@ -121,11 +121,11 @@ submodules with `git submodule update --init` before proceeding to the build.

### GNU/Linux

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

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

### macOS
Expand Down

0 comments on commit ed9a34a

Please sign in to comment.