Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
doc: Remove outdated qt4 install information from README.md #8048
Conversation
laanwj
added
Docs and Output
Needs backport
labels
May 12, 2016
MarcoFalke
and 1 other
commented on an outdated diff
May 12, 2016
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) |
|
|
|
utACK once nits are fixed |
|
Removed the 32/64 bit reference. |
|
ACK 6075bc4 |
laanwj
merged commit 6075bc4
into
bitcoin:master
May 18, 2016
1 check passed
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
added a commit
that referenced
this pull request
May 18, 2016
added a commit
that referenced
this pull request
May 18, 2016
laanwj
removed
the
Needs backport
label
May 18, 2016
added a commit
to nomnombtc/bitcoin
that referenced
this pull request
Nov 12, 2016
added a commit
to nomnombtc/bitcoin
that referenced
this pull request
Nov 12, 2016
added a commit
to nomnombtc/bitcoin
that referenced
this pull request
Nov 13, 2016
added a commit
to sickpig/BitcoinUnlimited
that referenced
this pull request
Nov 14, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
laanwj commentedMay 12, 2016
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.
Needs backport to 0.12.x.