Build namecoinQt qtcreator 5

Post Reply
Carajillu
Posts: 16
Joined: Sun Dec 01, 2013 11:56 pm

Build namecoinQt qtcreator 5

Post by Carajillu »

Hi guys,

Iḿ having some trouble building namecoin Qt client with Ubuntu 13.10. Is there any quick guide with dependencies and so?.. So far Iḿ using namecoind and is fine, but would like to have Qt in my new ubuntu :D

I guess the problem is with the qtcreator 5, is the code ready for it or should I try to compile with qt4 libs?

snailbrain
Posts: 309
Joined: Tue Jul 19, 2011 9:33 pm

Re: Build namecoinQt qtcreator 5

Post by snailbrain »

Carajillu wrote:Hi guys,

Iḿ having some trouble building namecoin Qt client with Ubuntu 13.10. Is there any quick guide with dependencies and so?.. So far Iḿ using namecoind and is fine, but would like to have Qt in my new ubuntu :D

I guess the problem is with the qtcreator 5, is the code ready for it or should I try to compile with qt4 libs?
http://dot-bit.org/BuildNamecoinQTFromSource

try that, should work

or let us know any errors

Carajillu
Posts: 16
Joined: Sun Dec 01, 2013 11:56 pm

Re: Build namecoinQt qtcreator 5

Post by Carajillu »

Mmmm I guess that the problem is that I'm actually running 14.04 alpha...not 13.10 and get some errors when trying to install dependencies. Not urgent anyway, command line is fancy but I find the Qt version more comfortable for doing name operations.

Carajillu
Posts: 16
Joined: Sun Dec 01, 2013 11:56 pm

Re: Build namecoinQt qtcreator 5

Post by Carajillu »

Managed to compile :D

Fot those using last versions of ubuntu, or with qt5 having troubles to compile, run:

qmake-qt4
make

Post Reply