Skip to content

Commit c74837b

Browse files
committed
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)
2 parents 83121cc + 6075bc4 commit c74837b

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

doc/README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,10 @@ The following are some helpful notes on how to run Bitcoin on your native platfo
1111

1212
### Unix
1313

14-
You need the Qt4 run-time libraries to run Bitcoin-Qt. On Debian or Ubuntu:
15-
16-
sudo apt-get install libqtgui4
17-
1814
Unpack the files into a directory and run:
1915

20-
- bin/32/bitcoin-qt (GUI, 32-bit) or bin/32/bitcoind (headless, 32-bit)
21-
- bin/64/bitcoin-qt (GUI, 64-bit) or bin/64/bitcoind (headless, 64-bit)
22-
23-
16+
- `bin/bitcoin-qt` (GUI) or
17+
- `bin/bitcoind` (headless)
2418

2519
### Windows
2620

0 commit comments

Comments
 (0)