This document is my summary of:
- (outdated) https://iohk.zendesk.com/hc/en-us/articles/900001951646-Building-a-node-from-source
- https://developers.cardano.org/docs/get-started/installing-cardano-node
- https://github.com/mallapurbharat/cardano-tx-sample/blob/main/exercise1-simpletxfer.md
- https://github.com/mallapurbharat/cardano-tx-sample/blob/main/multutxo/multiutxo.md
sudo apt-get update -y
sudo apt-get install automake build-essential curl pkg-config libffi-dev libgmp-dev libssl-dev libtinfo-dev libsystemd-dev zlib1g-dev make g++ tmux git jq wget libncursesw5 libtool autoconf