From e5764e69cbd0bf4eb98c96eeb31c94349bbe7b7c Mon Sep 17 00:00:00 2001 From: "Wladimir J. van der Laan" Date: Thu, 12 May 2016 13:48:58 +0200 Subject: 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. --- doc/README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/doc/README.md b/doc/README.md index cf475ef18e..a5524889d2 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. -- cgit v1.2.3 From 6075bc4d67bcd5f95561dc6d53b4fdbaf2c63f4b Mon Sep 17 00:00:00 2001 From: "Wladimir J. van der Laan" Date: Wed, 18 May 2016 11:10:34 +0200 Subject: doc: 32 and 64 bit packages are seperate --- doc/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/README.md b/doc/README.md index a5524889d2..357334dfb2 100644 --- a/doc/README.md +++ b/doc/README.md @@ -13,8 +13,8 @@ The following are some helpful notes on how to run Bitcoin on your native platfo 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) +- `bin/bitcoin-qt` (GUI) or +- `bin/bitcoind` (headless) ### Windows -- cgit v1.2.3