diff options
| author | Gavin Andresen <[email protected]> | 2011-11-07 12:09:57 -0500 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2011-11-07 12:11:11 -0500 |
| commit | d6245ca5d92d178c23db02637c341c1c057e508d (patch) | |
| tree | d364aa5a9e2c9d98bc56ff435dcf0e46302b3ca0 | |
| parent | Static link on Linux. And better document release process on OSX. (diff) | |
| download | discoin-d6245ca5d92d178c23db02637c341c1c057e508d.tar.xz discoin-d6245ca5d92d178c23db02637c341c1c057e508d.zip | |
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 01b1d4005..f45bf0c15 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) |