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/
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…
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/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2013/03/19 12:30
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
@@ -9,9 +9,9 @@
* [[wiki:development:build-howto-mswin:x2goclient/#pulseaudio|PulseAudio]] for sound support (optional)
* [[wiki:development:build-howto-mswin:x2goclient/#vcxsrv|X-Server]](VcXsrv)
- All this programs can be built from source, downloaded from our [[http://code.x2go.org/releases/binary-win32/3dparty|server]] or from their project sites. You can also copy that components from X2Go Client install directory.
+ All this programs can be built from source,
downloaded from our [[http://code.x2go.org/releases/binary-win32/3rd-party|server]] or from their project sites. You can also copy that components from X2Go Client install directory.
===== Build X2Go Client from source =====
==== Installing MinGW ====
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2013/03/19 12: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
@@ -1,5 +1,5 @@
- ====== Build X2GoClient and 3d-party programs for MS Windows ======
+ ====== Build X2GoClient and 3rd-party programs for MS Windows ======
X2Go Client for Windows need several programs to be able running on Windows
* [[wiki:development:build-howto-mswin:x2goclient/#nxproxy|nxproxy]]
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/