# Gavin Andresen # 2011-10-28 18:32:50 # https://bitcointalk.org/index.php?topic=50159.msg597702#msg597702 Quick update on why there is no final 0.5 release out yet: @p{par} Short answer: because I'm really paranoid about bitcoin binary builds, and the switch to Qt means a change in the way the builds are done. @p{par} Long answer: @p{par} Linux builds should be all set; the 'gitian' trusted build process works nicely. @p{par} Windows builds are being difficult; we need a gcc expert to help debug the 'gitian' cross-compile (see @s{(link)} ). @p{par} Unless somebody steps forward and says "I'll support compiling bitcoin-qt/bitcoind with Visual Studio) I'm going to remove src/makefile.vc and make sure the readmes say that only the mingw toolchain is supported. @p{par} Mac builds were slightly broken for the 0.4 release (they don't run on OSX 10.5@p{--} you need 10.6 or greater). I'm "recompiling the world" to hopefully fix that, and hope to have mac binaries available soon (let me know if you can help test, especially if you have a 32-bit Intel mac running 10.5). @p{par} On my wish list for builds (anybody want to volunteer?): @p{par} I think it'd be spiffy to have a .pro file to compile bitcoind; maintaining N different makefiles is annoying and error-prone. @p{brk}