X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=doc%2FREADME;h=00694e2ae1d9542e82173fd91c59889525fb26ec;hb=6bf4253a68f42db1ca48176148f29ff6c157955a;hp=11dcfeb2bd9632d5663f844ed645f762142eb121;hpb=270e944e30cbfdcd4411dbe8d2fbc6bd0bab0fc0;p=novacoin.git diff --git a/doc/README b/doc/README index 11dcfeb..00694e2 100644 --- a/doc/README +++ b/doc/README @@ -1,6 +1,6 @@ -Bitcoin 0.3.22 BETA +Bitcoin 0.6.0 BETA -Copyright (c) 2009-2011 Bitcoin Developers +Copyright (c) 2009-2012 Bitcoin Developers Distributed under the MIT/X11 software license, see the accompanying file license.txt or http://www.opensource.org/licenses/mit-license.php. This product includes software developed by the OpenSSL Project for use in @@ -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.