This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Update & Upgrade the System | |
| sudo apt-get update | |
| sudo apt-get upgrade | |
| # Install dependencies there might be more based on your system | |
| # However below instructions are for the fresh Ubuntu install/server | |
| # Please carefully watch the logs because if something could not be install | |
| # You have to make sure it is installed properly by trying the command or that particular | |
| # dependency again | |
| # 在build bitcoin之前需要安装一些依赖 |