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

wiki-admin at x2go.org wiki-admin at x2go.org
Fri Sep 20 09:55:44 CEST 2013


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

Date        : 2013/09/20 07:55
Browser     : Mozilla/5.0 (Windows NT 6.1; WOW64; rv:23.0) Gecko/20100101 Firefox/23.0
IP-Address  : 134.245.254.47
Hostname    : m-047.informatik.uni-kiel.de
Old Revision: http://wiki.x2go.org/doku.php/wiki:development:build-howto-mswin:x2goclient?rev=1379663663
New Revision: http://wiki.x2go.org/doku.php/wiki:development:build-howto-mswin:x2goclient
Edit Summary: 
User        : sunweaver

@@ -25,9 +25,9 @@
  ==== Installing Qt ====
  
  You need Qt to build X2Go Client from source. Qt-4.8 is tested and recommended for current version of X2Go Client.
  
- Download and install a **minGW** version of Qt-4.8 for Windows from [[http://qt-project.org/downloads|here]]
+ Download and install a **MinGW** version of Qt-4.8 for Windows from [[http://qt-project.org/downloads|here]]
  
  In this example D:\Qt will be chosen as installation directory
  
  ==== Configuring Qt ====
@@ -49,28 +49,28
@@
  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
  <code>
- >configure -release -static -openssl
+ $ configure -release -static -openssl
  </code>
  
  Rebuild Qt
  <code>
- >make sub-src
+ $ 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
  <code>
- >configure -release -openssl
+ $ configure -release -openssl
  </code>
  
  Rebuild Qt
  <code>
- >make sub-src
+ $ 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