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

wiki-admin at x2go.org wiki-admin at x2go.org
Tue Mar 19 14:28:02 CET 2013


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

Date        : 2013/03/19 13:28
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=1363698118
New Revision: http://wiki.x2go.org/doku.php/wiki:development:build-howto-mswin:x2goclient
Edit Summary: 
User        : ncryer

@@ -72,8 +72,39 @@
  >cd x2goclient
  >config_win.bat
  >mingw32_make
  </code>
+ 
+ X2Go Client (x2goclient.exe) binary is in d:\build\x2goclient\release directory
+ 
+ ===== Pack X2Go Client =====
+ 
+ You may want to pack X2Go Client to reduce it size. You can do it with [[http://upx.sourceforge.net/|upx]], which is available for Windows, Linux and Cygwin.
+ 
+ ===== X2Go Client package directory =====
+ 
+ To make X2Go Client usable on Windows, you must put X2Go Client
binary and all libraries and components in one directory. 
+ 
+ This directory should consist:
+   * VcXsrv
+   * PulseAudio (optional)
+   * nxproxy with libraries
+   * Open SSH Server with libraries
+   * X2Go Client with libraries
+ 
+ ==== Libraries needed by X2Go Client ====
+ 
+ MinGW libraries ( you can get them in D:\MinGW\bin )
+   *libgcc_s_dw2-1.dll
+   *mingwm10.dll
+ 
+ OpenSSL library - libeay32.dll. You can get it in your OpenSSL installation directory
+ 
+ libssh library - libssh.dll. You can get it from libssh **binary** package, which is available on [[ftp://winkde.org/kde/ports/win32/releases/stable/latest/ | the KDE Windows project]] site or on [[http://code.x2go.org/releases/binary-win32/3rd-party/libssh/|our site]]
+ 
+ libzip library - libzip.dll. You can get it from libzip **binary** package, which is available on [[ftp://winkde.org/kde/ports/win32/releases/stable/latest/ | the KDE Windows project]] site or on
[[http://code.x2go.org/releases/binary-win32/3rd-party/libzip/|our site]]
+ 
+ zlib library - libz.dll. You can get it from zlib **binary** package, which is available on [[ftp://winkde.org/kde/ports/win32/releases/stable/latest/ | the KDE Windows project]] site or on [[http://code.x2go.org/releases/binary-win32/3rd-party/zlib/|our site]]
  
  
  ===== nxproxy =====
  



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




More information about the x2go-commits mailing list