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

wiki-admin at x2go.org wiki-admin at x2go.org
Tue Mar 19 13:25:32 CET 2013


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

Date        : 2013/03/19 12:25
Browser     : Mozilla/5.0 (X11; Linux x86_64; rv:10.0.12) Gecko/20100101 Firefox/10.0.12 Iceweasel/10.0.12
IP-Address  : 188.194.93.10
Hostname    : 188-194-93-10-dynip.superkabel.de
Old Revision: http://wiki.x2go.org/doku.php/wiki:development:build-howto-mswin:x2goclient?rev=1363640292
New Revision: http://wiki.x2go.org/doku.php/wiki:development:build-howto-mswin:x2goclient
Edit Summary: 
User        : ncryer

@@ -31,9 +31,9 @@
  ==== Configuring Qt ====
  
  It is recommended to configure Qt to build statically linked applications. It will take some time and you can skip that step, but in this case you must provide a Qt libraries with your X2Go Client binary.
  
- As X2Go Client need a Qt with SSL support you must install OpenSSL for windows. You can download OpenSSL for Windows [[http://slproweb.com/download/Win32OpenSSL-1_0_1e.exe|here]]. Install it to your system (for example to
directory d:\OpenSSL-Win32)
+ As X2Go Client need a Qt with SSL support you must install OpenSSL for windows. You can download OpenSSL for Windows [[http://slproweb.com/download/Win32OpenSSL-1_0_1e.exe|here]] or from [[http://code.x2go.org/releases/binary-win32/3rd-party/Win32OpenSSL/|our site]]. Install it to your system (for example to directory d:\OpenSSL-Win32)
  
  After installation, copy OpenSSL header files into include directory from MinGW d:\OpenSSL-Win32\include\openssl -> d:\mingw\include\openssl
  
  Open Qt Command Prompt and start configuration script
@@ -44,8 +44,28 @@
  Rebuild Qt
  <code>
  >make sub-src
  </code>
+ 
+ ===== Installing libssh =====
+ ftp://winkde.org/kde/ports/win32/releases/stable/latest/libssh-x64-mingw4-0.5.2-1-bin.tar.bz2
+ ftp://winkde.org/kde/ports/win32/releases/stable/latest/libssh-x64-mingw4-0.5.2-1-lib.tar.bz2
+ 
+ 
+ ===== Build X2Go Client from source =====
+ 
+ Open Qt Command Prompt, change to your build directory and get X2Go Client
sources from git
+ <code>
+ >git clone git://code.x2go.org/x2goclient
+ </code>
+ 
+ Build X2Go Client
+ <code>
+ >cd x2goclient
+ >config_win.bat
+ >mingw32_make
+ </code>
+ 
  
  ===== nxproxy =====
  
  you can download nxproxy, and it libraries [[http://code.x2go.org/releases/binary-win32/3dparty/nxproxy|here]]



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




More information about the x2go-commits mailing list