Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: Gavin Andresen on September 26, 2011, 04:15:57 PM



Title: Bitcoin QT pulled
Post by: Gavin Andresen on September 26, 2011, 04:15:57 PM
I pulled Bitcoin QT into the master branch of https://github.com/bitcoin/bitcoin/ this morning.

See doc/readme-qt.rst for instructions on building Bitcoin QT.

And I updated doc/build-*.txt; they are now instructions for building bitcoind and don't mention wxwidgets at all.

There are still loose ends to tie up, like modifying the build scripts and the windows installer; I hope to tie those up in the next week or so, and have a release candidate for a version 0.5 available soon.


Title: Re: Bitcoin QT pulled
Post by: o on September 26, 2011, 05:39:25 PM
I have just tested the build process, it is very simple now. There is no need to mess up with the build of the wxwidget. ;D

The build environment is ubuntu 10.10 using qtcreator with all required packages installed from the repository. Just double click the bitcoin-qt.pro file to start the program and then click the build button.

The new client is much beautiful and user friendly. Thanks for the hard work. BTW, is it possible now in the client to send coins to multiple address simultaneously now? I see there is a button to add multiple out address.