how to complie multichain1.x on ky10.aarch64

+2 votes

I plan to compile the project in the multichain1.x version of github, but it provides Linux Build Notes (on Ubuntu 14.04 x64) system and architecture dependency installation, as follows
Install dependencies
sudo apt-get update
sudo apt-get install build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils
sudo apt-get install libboost-all-dev
sudo apt-get install git
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update
sudo apt-get install libdb4.8-dev libdb4.8++-dev

The system and architecture information I viewed through the command: uname -a is as follows:
Linux host-192-2-13-6 4.19.90-52.23.v2207.ky10.aarch64 #1 SMP Thu Mar 23 14:57:22 CST 2023 aarch64 aarch64 aarch64 GNU/Linux
I now need to compile the project on this system, so what modifications should be made to the commands in Install dependencies?

 
asked Sep 18, 2023 by simba

Please log in or register to answer this question.

...