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:
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.