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