aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGavin Andresen <gavinandresen@gmail.com>2011-11-07 12:09:57 -0500
committerGavin Andresen <gavinandresen@gmail.com>2011-11-07 12:11:11 -0500
commitd6245ca5d92d178c23db02637c341c1c057e508d (patch)
treed364aa5a9e2c9d98bc56ff435dcf0e46302b3ca0
parenta5f07cbea05fbb03a668dbd5ba3694627cfb5375 (diff)
downloadbitcoin-d6245ca5d92d178c23db02637c341c1c057e508d.tar.xz
Mention Qt4 runtime dependenciesv0.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)