A page in your DokuWiki was added or changed. Here are the details: Date : 2013/03/19 13:29 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?... New Revision: http://wiki.x2go.org/doku.php/wiki:development:build-howto-mswin:x2goclient Edit Summary: User : ncryer @@ -45,9 +45,9 @@ <code>
make sub-src </code>
- ===== Installing libssh ===== + ==== Installing libssh ==== You need libssh to build X2Go Client. Get libssh **library** package built with MinGW from [[ftp://winkde.org/kde/ports/win32/releases/stable/latest/ |the KDE Windows project]] or from [[http://code.x2go.org/releases/binary-win32/3rd-party/libssh/|our site]]. Extract files from archive. @@ -59,9 +59,9 @@ libssh\lib\*.* -> d:\mingw\lib\ - ===== Build X2Go Client from source ===== + ==== 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 @@ -75,13 +75,13 @@ </code>
X2Go Client (x2goclient.exe) binary is in d:\build\x2goclient\release directory - ===== Pack X2Go Client ===== + ==== 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 ===== + ==== 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: @@ -90,9 +90,9 @@ * nxproxy with libraries * Open SSH Server with libraries * X2Go Client with libraries - ==== Libraries needed by X2Go Client ==== + === Libraries needed by X2Go Client === MinGW libraries ( you can get them in D:\MinGW\bin ) *libgcc_s_dw2-1.dll *mingwm10.dll -- This mail was generated by DokuWiki at http://wiki.x2go.org/