changeset 1472:ac21035272b0 draft

Mention Qt4 runtime dependencies
author Gavin Andresen <gavinandresen@gmail.com>
date Mon, 07 Nov 2011 12:09:57 -0500
parents f566c3d3502d
children 1e6763744a10 b94fc6d1514c
files doc/README
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/doc/README
+++ b/doc/README
@@ -18,6 +18,9 @@
 
 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)