Trying to build QT on ubuntu, gives me several errors on this one. I really dont have time to start debugging all this.
Can someone link me to linux-qt please?
If you're referring to the error "SSE2 instruction set not enabled", the fix is to modify the myriadcoin-qt.pro to add the CXX flag -march=native and run qmake, then make, again.
You can download the modified myriadcoin-qt.pro file from my dropbox. I can also upload the myriadcoin-qt built on a Lubuntu 13.10, but that would require trust on me (that I didn't put a trojan on the executable). It's preferable that you build the qt client yourself.
To download the modified file (you have to copy this over the myriadcoin-qt.pro that came from the github source):wget http://dl.dropboxusercontent.com/s/t0dy5o165qh9br3/myriadcoin-qt.pro
To see where it was added:cat myriadcoin-qt.pro | grep -B3 -A3 march
Remember, you still have to run qmake, and make. Qmake will create a new Makefile with the flag instruction.
If the error you're getting is not related to SSE2, then I can upload myriadcoin-qt, but only if you want it from someone other than the dev team.