bitcoin-core / btcdeb

Bitcoin Script Debugger

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mac installation additionally requires brew install automake

ycyvonne opened this issue · comments

Setup instructions as is leads to an error message on ./autogen.sh

autoreconf: failed to run aclocal

According to this issue: buffer/pylibemu#24, it's due to missing aclocal, which can be added to my path with brew install automake.

Suggestion to modify the README as follows

brew install libtool autoconf pkg-config -> brew install libtool autoconf pkg-config automake

Thanks, yes this is correct. Patch incoming.

(Btw, automake depends on autoconf so no need to include both in the brew install command)