Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [CHC] ChainCoin - NEW WALLET 0.9.1 - MN soon - CPU/GPU - C11 - 1st 11-algo
by
OhShBit
on 29/06/2015, 20:01:04 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


Hi Rolihlahla,  Thanks for the input. There was a package that I needed that wasn't listed here, but I have it up and running now..
The package was "protobuf-compiler"..

Edit: That was in regard to the "PROTOC" error..  btw, wallet looks really nice. Good job.