X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=doc%2FREADME;h=e3b8ffb3b91f7ad051c2aeb0381bb13d93fb17b1;hb=507848b63d980d32798689db408ce980d77a5483;hp=a4df4c227ba08f231f1f1b7bdfa5add46094f650;hpb=b4b536d782320b37e30a6d3021d4325ebe8c85e0;p=novacoin.git diff --git a/doc/README b/doc/README index a4df4c2..e3b8ffb 100644 --- a/doc/README +++ b/doc/README @@ -1,4 +1,4 @@ -Bitcoin 0.3.24 BETA +Bitcoin 0.5.0.4 BETA Copyright (c) 2009-2011 Bitcoin Developers Distributed under the MIT/X11 software license, see the accompanying @@ -18,13 +18,16 @@ with each other, with the help of a P2P network to check for double-spending. Setup ----- +You need the Qt4 run-time libraries to run bitcoin-qt. On Debian or Ubuntu: + sudo apt-get install libqtgui4 + Unpack the files into a directory and run: - bin/32/bitcoin (GUI, 32-bit) + bin/32/bitcoin-qt (GUI, 32-bit) bin/32/bitcoind (headless, 32-bit) - bin/64/bitcoin (GUI, 64-bit) + bin/64/bitcoin-qt (GUI, 64-bit) bin/64/bitcoind (headless, 64-bit) + See the documentation at the bitcoin wiki: https://en.bitcoin.it/wiki/Main_Page - -... for help and more information. +for help and more information.