ZetaCoin compile from source on Ubuntu

This coin was about the easiest to compile except for MazaCoin which was the easiest. It was also the longest to compile.  The make created zetacoind, zetacoind-cli, zetacoin-qt. It worked after adding the –with-incompatible-bdb flag to configure.

cd ~/source
git clone https://github.com/zetacoin/zetacoin.git
cd ~/source/zetacoin
./autogen.sh
./configure --with-incompatible-bdb
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.