diff options
author | Gavin Andresen <gavinandresen@gmail.com> | 2011-11-07 12:09:57 -0500 |
---|---|---|
committer | Gavin Andresen <gavinandresen@gmail.com> | 2011-11-07 12:11:11 -0500 |
commit | d6245ca5d92d178c23db02637c341c1c057e508d (patch) | |
tree | d364aa5a9e2c9d98bc56ff435dcf0e46302b3ca0 | |
parent | a5f07cbea05fbb03a668dbd5ba3694627cfb5375 (diff) |
Mention Qt4 runtime dependenciesv0.5.0rc3
-rw-r--r-- | doc/README | 3 |
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) |