Skip to content

Commit 567cc8b

Browse files
committed
README: add missing package to command
1 parent d17d67b commit 567cc8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ In order to successfully execute `install.sh` a few requirements need to be met.
9898
The corresponding packages can be installed with the following command:
9999

100100
```bash
101-
$ sudo apt install build-essential curl git automake pkg-config libtool
101+
$ sudo apt install build-essential curl git autoconf automake pkg-config libtool
102102
```
103103

104104
Create a new directory (e.g. `/home/user/development/libbitcoin`), then use git to fetch the latest repository from github by issuing the following command from within this directory:

0 commit comments

Comments
 (0)