Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJocelyn Turcotte <jturcotte@woboq.com>2015-02-06 19:10:23 +0300
committerJocelyn Turcotte <jturcotte@woboq.com>2015-02-06 19:10:35 +0300
commit07849537cf051cad048e64c48cc9516377acfb5a (patch)
treeb6a2760f75f4d0a1bea37ff25b5b50d608d4b449 /doc
parent4849c31addc1d1c6b9a45a5487c22511d5cac83c (diff)
Fix Windows building documentation issues
Add missing words and clear up why qtkeychain must be built in-source.
Diffstat (limited to 'doc')
-rw-r--r--doc/building.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/building.rst b/doc/building.rst
index 06eef4cf9..e2c2a982c 100644
--- a/doc/building.rst
+++ b/doc/building.rst
@@ -93,15 +93,15 @@ follow `Windows Installer Build (Cross-Compile)`_ instead.
3. Open the Qt MinGW shortcut console from the Start Menu
-4. Make sure that OpenSSL's ``bin`` directory, as well as your is in your PATH.
- This will allow CMake to find the library and headers, as well as allow the
- ownCloud client to find the DLLs at runtime::
+4. Make sure that OpenSSL's ``bin`` directory as well as your qtkeychain source
+ directories are in your PATH. This will allow CMake to find the library and
+ headers, as well as allow the ownCloud client to find the DLLs at runtime::
set PATH=C:\<OpenSSL Install Dir>\bin;%PATH%
set PATH=C:\<qtkeychain Clone Dir>;%PATH%
-5. Build qtkeychain directly in the source directory so that the DLL is built
- in the same directory as the headers::
+5. Build qtkeychain **directly in the source directory** so that the DLL is built
+ in the same directory as the headers to let CMake find them together through PATH::
cd <qtkeychain Clone Dir>
cmake -G "MinGW Makefiles" .