aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2013-02-16 18:55:53 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2013-02-16 18:59:02 +0100
commit4e70db2a038a5723859f4fbba4020249f92bb770 (patch)
treeee07c4fe18050500df8b3ad05588be7ad8d2cb44 /doc
parent5258fbe49211f8bb8ea87a1841cccfab0fe488ad (diff)
downloadbitcoin-4e70db2a038a5723859f4fbba4020249f92bb770.tar.xz
remove outdated windows Qt build instructions
Diffstat (limited to 'doc')
-rw-r--r--doc/readme-qt.rst19
1 files changed, 0 insertions, 19 deletions
diff --git a/doc/readme-qt.rst b/doc/readme-qt.rst
index b0fdd4d810..7283dc780b 100644
--- a/doc/readme-qt.rst
+++ b/doc/readme-qt.rst
@@ -41,25 +41,6 @@ An executable named `bitcoin-qt` will be built.
.. _`Qt Creator`: http://qt-project.org/downloads/
-Windows
---------
-
-Windows build instructions:
-
-- Download the `Qt Windows SDK`_ and install it. You don't need the Symbian stuff, just the desktop Qt.
-
-- Download and extract the `dependencies archive`_ [#]_, or compile openssl, boost and dbcxx yourself.
-
-- Copy the contents of the folder "deps" to "X:\\QtSDK\\mingw", replace X:\\ with the location where you installed the Qt SDK. Make sure that the contents of "deps\\include" end up in the current "include" directory.
-
-- Open the bitcoin-qt.pro file in Qt Creator and build as normal (ctrl-B)
-
-.. _`Qt Windows SDK`: http://qt-project.org/downloads/
-.. _`dependencies archive`: https://download.visucore.com/bitcoin/qtgui_deps_1.zip
-.. [#] PGP signature: https://download.visucore.com/bitcoin/qtgui_deps_1.zip.sig (signed with RSA key ID `610945D0`_)
-.. _`610945D0`: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x610945D0
-
-
Mac OS X
--------