From d6245ca5d92d178c23db02637c341c1c057e508d Mon Sep 17 00:00:00 2001 From: Gavin Andresen Date: Mon, 7 Nov 2011 12:09:57 -0500 Subject: Mention Qt4 runtime dependencies --- doc/README | 3 +++ 1 file changed, 3 insertions(+) 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) -- cgit v1.2.3