1
I know there are a few questions like this on the stack already, but currently I'm facing issues with a compilation. I've tried an official guide from the github for mac os, but end up with a lot of errors. First of all, I always get this kind of errors:
aclocal: error: aclocal: file '/usr/local/share/aclocal/introspection.m4' does not exist
and other files from aclocal.
If you have an experience, and know how to setup, or know any guides, please share share. Thanks in advance :)
Have you installed all of the dependencies? Have you followed there instructions: https://github.com/bitcoin/bitcoin/blob/master/doc/build-osx.md?
– Andrew Chow – 2017-08-19T00:36:24.250Did you install all pre-requisites while following the guide? Please provide a link to the guide you're using. – Dan Bolser – 2017-08-18T15:19:02.607
Yes, I've followed this guide step by step, all pre-requisites installed as well. ./autogen.sh was throwing alot of aclocal errors, a lot of files not found – d123546 – 2017-08-19T01:56:05.660