Programming for/modding bitcoin-qt on Windows

0

0

In multiple places I've found methods of modifying or adding to the bitcoin-qt(or other coin wallet) source on ubuntu or osx, but how would I do this on a Windows machine? If possible, I'd like to be able to use an IDE(pretty much required) to be able to build, but also, I need some way to edit. Thanks ahead of time!

Dylan Katz

Posted 2014-03-27T23:58:08.330

Reputation: 167

Answers

0

Qt is a multiplattform library, so is its IDE (qtcreator). You can compile bitcoin-qt on Windows pretty much the same that yo do on Linux.

perencia

Posted 2014-03-27T23:58:08.330

Reputation: 178