[X2Go-Commits] page changed: wiki:development:build-howto-mswin:x2goclient

wiki-admin at x2go.org wiki-admin at x2go.org
Fri Oct 31 02:52:58 CET 2014


A page in your DokuWiki was added or changed. Here are the details:

Date        : 2014/10/31 01:52
Browser     : Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0
IP-Address  : 217.7.59.218,172.29.15.45
Hostname    : 217.7.59.218,172.29.15.45
Old Revision: http://wiki.x2go.org/doku.php/wiki:development:build-howto-mswin:x2goclient?rev=1414719754
New Revision: http://wiki.x2go.org/doku.php/wiki:development:build-howto-mswin:x2goclient
Edit Summary: [Configuring Qt] Update for X2Go Client 4.0.3.0
User        : mikedep333

@@ -76,45 +76,53 @@
  Download the OpenSSL installer for Windows by browsing [[http://slproweb.com/products/Win32OpenSSL.html|here]] and selecting "Win32 OpenSSL v1.0.1*" where "1.0.1*" s the current version. You can also download it from [[http://code.x2go.org/releases/binary-win32/3rd-party/Win32OpenSSL/|our site]], but only do so if we have the current version. Install it on your build system (for example to directory ''d:\OpenSSL-Win32'').

 
  After installation, copy OpenSSL header files into MinGW's include directory:
  
+ For MinGW 4.4:
  <code>
  d:\OpenSSL-Win32\include\openssl -> d:\mingw\include\openssl
  </code>
- 
- <note>Currently_testing: D:\i686-4.8.2-release-posix-dwarf-rt_v3-rev3\mingw32\i686-w64-mingw32\include\openssl</note>
+ For MinGW 4.8:
+ <code>
+ d:\OpenSSL-Win32\include\openssl -> d:\i686-4.8.2-release-posix-dwarf-rt_v3-rev3\mingw32\i686-w64-mingw32\include\openssl
+ </code>
  
  === Static builds of Qt with SSL support ===
  
  It is recommended to configure Qt to build statically linked applications. It will take some time to reconfigure Qt for static builds. You surely can skip this step, but in this case you must provide Qt libraries with your X2Go Client binary.
  
- Open Qt Command Prompt and start configuration script
+ Open Qt Command Prompt and start configuration script.
+ 
+ For Qt 4.8.5:
  <code>
  $ configure -release -static -openssl
+ </code>
+ For Qt 4.8.6, the command is
different due to QTBUG-38706:
+ <code>
+ $ configure -release -static -openssl -qt-style-windowsxp -qt-style-windowsvista
  </code>
  
- <note>Currently_testing: To fix QTBUG-38706:
-   * configure -release -static -openssl -qt-style-windowsxp -qt-style-windowsvista
- </note>
- 
- Rebuild Qt
+ For either version of Qt, rebuild Qt:
  <code>
  $ make sub-src
  </code>
  
  === Dynamically linked builds of Qt with SSL support ===
  
  If you choose to build dynamically linked applications with Qt, you still have to rebuild Qt in order to get OpenSSL support into Qt.
  
- Open Qt Command Prompt and start configuration script
+ Open Qt Command Prompt and start configuration script.
+ 
+ For Qt 4.8.5:
  <code>
  $ configure -release -openssl
  </code>
- <note>Currently_testing: To fix QTBUG-38706:
-   * configure -release -openssl -qt-style-windowsxp -qt-style-windowsvista
- </note>
+ For Qt 4.8.6, the command is different due to QTBUG-38706:
+ <code>
+ $ configure -release -openssl
-qt-style-windowsxp -qt-style-windowsvista
+ </code>
  
- Rebuild Qt
+ For either version of Qt, rebuild Qt:
  <code>
  $ make sub-src
  </code>
  ==== Installing libssh ====



-- 
This mail was generated by DokuWiki at
http://wiki.x2go.org/



More information about the x2go-commits mailing list