Merge #8048: doc: Remove outdated qt4 install information from README.md

6075bc4 doc: 32 and 64 bit packages are seperate (Wladimir J. van der Laan)
e5764e6 doc: Remove outdated qt4 install information from README.md (Wladimir J. van der Laan)
This commit is contained in:
Wladimir J. van der Laan 2016-05-18 12:15:57 +02:00
commit c74837b724
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
1 changed files with 2 additions and 8 deletions

View File

@ -11,16 +11,10 @@ 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)
- `bin/bitcoin-qt` (GUI) or
- `bin/bitcoind` (headless)
### Windows