aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2016-05-12 13:48:58 +0200
committerWladimir J. van der Laan <[email protected]>2016-05-12 13:48:58 +0200
commite5764e69cbd0bf4eb98c96eeb31c94349bbe7b7c (patch)
treef6484cc548eaa811c9bd3ce2d36c2a8f0246a8d0 /doc
parentMerge #8046: [Qt][OSX] Fix Cmd-Q / Menu Quit shutdown on OSX (diff)
downloaddiscoin-e5764e69cbd0bf4eb98c96eeb31c94349bbe7b7c.tar.xz
discoin-e5764e69cbd0bf4eb98c96eeb31c94349bbe7b7c.zip
doc: Remove outdated qt4 install information from README.md
This text is aimed at users installing the binaries. Now that Qt5 is linked statically, there is no need to install Qt as a run-time dependency.
Diffstat (limited to 'doc')
-rw-r--r--doc/README.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/README.md b/doc/README.md
index cf475ef18..a5524889d 100644
--- a/doc/README.md
+++ b/doc/README.md
@@ -11,17 +11,11 @@ The following are some helpful notes on how to run Bitcoin on your native platfo
### Unix
-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) or bin/32/bitcoind (headless, 32-bit)
- bin/64/bitcoin-qt (GUI, 64-bit) or bin/64/bitcoind (headless, 64-bit)
-
-
### Windows
Unpack the files into a directory, and then run bitcoin-qt.exe.