TitCoin compile from source on Ubuntu

This coin gave a bit of trouble.  It may have been my libraries were conflicting and I was running the wrong version of qmake.  What finally worked was to uninstall both versions, re-installed both versions, then ran these commands:

cd ~/source
git clone https://github.com/OfficialTitcoin/titcoin-wallet
apt-get install qt4-qmake libqt4-dev
qmake-qt4
make clean
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.