mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 13:05:51 +03:00
Fix Windows building documentation issues
Add missing words and clear up why qtkeychain must be built in-source.
This commit is contained in:
parent
4849c31add
commit
07849537cf
1 changed files with 5 additions and 5 deletions
|
@ -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" .
|
||||
|
|
Loading…
Reference in a new issue