Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [CHC] ChainCoin - NEW WALLET 0.9.1 - MN soon - CPU/GPU - C11 - 1st 11-algo
by
Rolihlahla
on 29/06/2015, 16:44:40 UTC
I've compiled the new git update, but for some reason I am only left with chaincoin-cli and chaincoind. There is no chaincoin-qt. Am I missing something?

It skips qt if you don't have all the dependencies installed. Check when you do ./configure, it will tell you which dependencies are missing for qt. You'll need qt, protobuf compiler, qrencode:

Code:
sudo apt-get install libprotoc-dev libprotobuf-dev -y
sudo apt-get install libpng-dev qrencode -y
sudo apt-get install libqrencode-dev -y