aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPieter Wuille <pieter.wuille@gmail.com>2011-11-08 14:21:58 +0100
committerPieter Wuille <pieter.wuille@gmail.com>2011-11-08 14:22:18 +0100
commit09d7be3e636dbe1a580d25146aa5c21a2f71ba1a (patch)
tree2dd295b861705b6015eb61a187b7bb6c75f47222
parent7e91dd27dae7920f4c592cd0bfb6a6a2135cb1ce (diff)
parentd6245ca5d92d178c23db02637c341c1c057e508d (diff)
downloadbitcoin-09d7be3e636dbe1a580d25146aa5c21a2f71ba1a.tar.xz
Merge commit 'v0.5.0rc3'
-rw-r--r--doc/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/README b/doc/README
index 01b1d40050..f45bf0c152 100644
--- a/doc/README
+++ b/doc/README
@@ -18,6 +18,9 @@ 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-qt (GUI, 32-bit)
bin/32/bitcoind (headless, 32-bit)