A page in your DokuWiki was added or changed. Here are the details:
Date : 2013/03/18 20:58
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: [Installing MinGW]
User : ncryer
@@ -15,9 +15,9 @@
===== Build X2Go Client from source =====
==== Installing MinGW ====
- MinGW is a gcc compiler for Windows. You need it to build X2Go Client. Qt-4.8 for Windows should be used with MinGw-4.4. Unfortunately, you can not download binaries for this version from MinGW project site any more. So you can build it from source or download it from [[http://code.x2go.org/releases/binary-win32/tools/MinGW-gcc440_1.zip|X2Go Site ]]
+ MinGW is a
gcc compiler for Windows. You need it to build X2Go Client. Qt-4.8 for Windows should be used with MinGw-4.4. Unfortunately, you can not download binaries for this version from MinGW project site any more. You can build it from source or download it from [[http://code.x2go.org/releases/binary-win32/tools/MinGW-gcc440_1.zip|X2Go Site ]]
Extract it to your disk (D:\mingw in this example)
==== Installing Qt ====
--
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/18 18:21
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: [Build X2GoClient and 3d-party programs for MS Windows]
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 build 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/3dparty|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/18 18:20
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
@@ -33,9 +33,9 @@
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)
- After installation, copy OpenSSL header files into include directory from mingw d:\OpenSSL-Win32\include\openssl -> d:\mingw\include\openssl
+ 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
<code>
>configure -release -static -openssl
@@ -51,9 +51,9 @@
you can download nxproxy, and it libraries [[http://code.x2go.org/releases/binary-win32/3dparty/nxproxy|here]]
If you want build nxproxy from source, you need install and configure cygwin first.
- ==== Installing cygwin ====
+ ==== Installing Cygwin ====
Download and start[[http://cygwin.com/setup.exe|Cygwin installer]]
Choose your cygwin directory. For example c:\cygwin. Follow installer instructions.
--
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/18 18:20
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: [Configuring Qt]
User : ncryer
@@ -33,9 +33,9 @@
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)
- After installation, copy an OpenSSL header files into include directory from mingw d:\OpenSSL-Win32\include\openssl -> d:\mingw\include\openssl
+ 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
<code>
>configure -release -static -openssl
--
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/18 18:19
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: [Configuring Qt]
User : ncryer
@@ -37,14 +37,14 @@
After installation, copy an 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
<code>
- configure -release -static -openssl
+ >configure -release -static -openssl
</code>
Rebuild Qt
<code>
- make sub-src
+ >make sub-src
</code>
===== 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/18 18:19
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: [Configuring Qt]
User : ncryer
@@ -31,10 +31,21 @@
==== 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]]
+ 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)
+ After installation, copy an 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
+ <code>
+ configure -release -static -openssl
+ </code>
+
+ Rebuild Qt
+ <code>
+ make sub-src
+ </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/