From: Wladimir J. van der Laan Date: Fri, 15 Jul 2011 13:06:28 +0000 (+0200) Subject: fix quoting X-Git-Tag: v0.4.0-unstable~226^2~57^2~126 X-Git-Url: https://git.novaco.in/?a=commitdiff_plain;h=249c6818f171b75930736872d61b0cdcda7e9832;p=novacoin.git fix quoting --- diff --git a/README.rst b/README.rst index 9ef4576..16d03c3 100644 --- a/README.rst +++ b/README.rst @@ -71,7 +71,7 @@ Windows build instructions: - 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 and such. +- 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 .pro file in QT creator and build as normal (ctrl-B)