MyriadCoin compile from source on Ubuntu

I already had the dependencies, just needed to download and compile.

git clone https://github.com/myriadcoin/myriadcoin.git
cd ~/myriadcoin
./autogen.sh
./configure --with-gui=qt5
make
cd ~/myriadcoin/src/qt
make

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.