Hi!
If you are building your node using an EC2 AWS Instance with Linux, these are ALL the RIGHT dependencies you need:
sudo yum install python3 zlib-devel make jq libtool autoconf git tmux htop ncurses-compat-libs rsync curl wget systemd-devel gmp-devel.x86_64 gcc gcc-c++ tar ncurses-devel -y
Hope it helps!
Matías
For the record, these are the same as those currently listed in the official documentation:
https://docs.cardano.org/projects/cardano-node/en/latest/getting-started/install.html
… except for these packages, which are not required to build the node (they are generally useful in stake pool operations later):
curl
htop
jq
python3
rsync
Thanks for the clarification. I’ve been following some non official guides and had some dependencies issues.
Regards,
Matías