A page in your DokuWiki was added or changed. Here are the details:
Date : 2014/10/31 02:04
Browser : Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0
IP-Address : 217.7.59.218,172.29.15.45
Hostname : 217.7.59.218,172.29.15.45
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 X2Go Client from source] …
[View More]Update for X2Go Client 4.0.3.0 final release
User : mikedep333
@@ -169,17 +169,9 @@
$ copy ChangeLog.gitlog txt\git-info
</code>
- Build X2Go Client 4.0.2.1 or earlier:
- <code>
- $ cd x2goclient
- $ PATH=%PATH%;D:\MinGW\libexec\gcc\mingw32\4.4.0\
- $ config_win.bat
- $ mingw32-make
- </code>
-
- Build X2Go Client 4.0.3.0 or later:
+ Build X2Go Client:
<code>
$ cd x2goclient
$ PATH=%PATH%;D:\i686-4.8.2-release-posix-dwarf-rt_v3-rev3\mingw32\bin\
$
config_win.bat
@@ -189,11 +181,8 @@
$ cd ..
</code>
X2Go Client binaries (x2goclient.exe & x2gohelper.exe) are in d:\build\x2goclient\release\ directory.
-
- (x2gohelper.exe only applies to X2Go Client 4.0.3.0 and later.)
-
==== Build X2Go Client from source (debug build) ====
Repeat the instructions for "Build X2Go Client from source", except
- Before running config_win.bat, edit x2goclient.pro so that "CONFIG += console" is uncommented
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
[View Less]
A page in your DokuWiki was added or changed. Here are the details:
Date : 2014/10/31 02:02
Browser : Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0
IP-Address : 217.7.59.218,172.29.15.45
Hostname : 217.7.59.218,172.29.15.45
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 libssh] Update for X2Go …
[View More]Client 4.0.3.0 final release
User : mikedep333
@@ -127,37 +127,33 @@
</code>
==== Installing libssh ====
You need libssh to build X2Go Client.
- X2Go Client 4.0.3.0 uses libssh 0.6.3 with pageant support. Get the **library** package built with MinGW 4.4.0 from [[ http://code.x2go.org/releases/binary-win32/3rd-party/libssh-modified-by-x2g… | here on our site]].
-
- <note>Currently_Testing: MinGW 4.8.2 build
- *
libssh-0.6.3-762055b-pageant-support-mingw482.zip
- </note>
-
- 2Go Client 4.0.2.1 uses 0.5.5 with pageant support. Get the **library** package built with MinGW from [[ http://code.x2go.org/releases/binary-win32/3rd-party/libssh/libssh-with-pag… | here on our site]].
-
- Prior versions can be found here [[ftp://winkde.org/kde/ports/win32/releases/stable/latest/ |the KDE Windows project]] and [[http://code.x2go.org/releases/binary-win32/3rd-party/libssh/|here on our site]].
+ X2Go Client 4.0.3.0 and later use libssh 0.6.3 with pageant support. Get the **library** package built with either MinGW 4.4.0 or MinGW 4.8.x (currently 4.8.2) from [[ http://code.x2go.org/releases/binary-win32/3rd-party/libssh-modified-by-x2g… | here on our site]].
Extract files from archive.
- Copy headers files in "include" directory of MinGW
+ Copy headers files in "include" directory of MinGW.
+ For MinGW 4.4:
+ <code>
libssh\include\libssh ->
d:\mingw\include\libssh
-
- <note>Currently_Testing:
- * D:\i686-4.8.2-release-posix-dwarf-rt_v3-rev3\mingw32\i686-w64-mingw32\include\libssh
- </note>
-
+ </code>
+ For MinGW 4.8:
+ <code>
+ libssh\include\libssh -> d:\i686-4.8.2-release-posix-dwarf-rt_v3-rev3\mingw32\i686-w64-mingw32\include\libssh
+ </code>
Copy library files in "lib" directory of MinGW
+ For MinGW 4.4:
+ <code>
libssh\lib\*.* -> d:\mingw\lib\
-
- <note>Currently_Testing:
- * D:\i686-4.8.2-release-posix-dwarf-rt_v3-rev3\mingw32\i686-w64-mingw32\lib\
- </note>
-
+ </code>
+ For MinGW 4.8:
+ <code>
+ libssh\lib\*.* -> d:\i686-4.8.2-release-posix-dwarf-rt_v3-rev3\mingw32\i686-w64-mingw32\lib\
+ </code>
==== Build X2Go Client from source ====
Open Qt Command Prompt, change to your build directory and get X2Go Client sources from git
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
[View Less]
A page in your DokuWiki was added or changed. Here are the details:
Date : 2014/10/31 01:52
Browser : Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0
IP-Address : 217.7.59.218,172.29.15.45
Hostname : 217.7.59.218,172.29.15.45
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] Update for X2Go …
[View More]Client 4.0.3.0
User : mikedep333
@@ -76,45 +76,53 @@
Download the OpenSSL installer for Windows by browsing [[http://slproweb.com/products/Win32OpenSSL.html|here]] and selecting "Win32 OpenSSL v1.0.1*" where "1.0.1*" s the current version. You can also download it from [[http://code.x2go.org/releases/binary-win32/3rd-party/Win32OpenSSL/|our site]], but only do so if we have the current version. Install it on your build system (for example to directory ''d:\OpenSSL-Win32'').
After installation, copy OpenSSL header files into MinGW's include directory:
+ For MinGW 4.4:
<code>
d:\OpenSSL-Win32\include\openssl -> d:\mingw\include\openssl
</code>
-
- <note>Currently_testing: D:\i686-4.8.2-release-posix-dwarf-rt_v3-rev3\mingw32\i686-w64-mingw32\include\openssl</note>
+ For MinGW 4.8:
+ <code>
+ d:\OpenSSL-Win32\include\openssl -> d:\i686-4.8.2-release-posix-dwarf-rt_v3-rev3\mingw32\i686-w64-mingw32\include\openssl
+ </code>
=== Static builds of Qt with SSL support ===
It is recommended to configure Qt to build statically linked applications. It will take some time to reconfigure Qt for static builds. You surely can skip this step, but in this case you must provide Qt libraries with your X2Go Client binary.
- Open Qt Command Prompt and start configuration script
+ Open Qt Command Prompt and start configuration script.
+
+ For Qt 4.8.5:
<code>
$ configure -release -static -openssl
+ </code>
+ For Qt 4.8.6, the command is
different due to QTBUG-38706:
+ <code>
+ $ configure -release -static -openssl -qt-style-windowsxp -qt-style-windowsvista
</code>
- <note>Currently_testing: To fix QTBUG-38706:
- * configure -release -static -openssl -qt-style-windowsxp -qt-style-windowsvista
- </note>
-
- Rebuild Qt
+ For either version of Qt, rebuild Qt:
<code>
$ make sub-src
</code>
=== Dynamically linked builds of Qt with SSL support ===
If you choose to build dynamically linked applications with Qt, you still have to rebuild Qt in order to get OpenSSL support into Qt.
- Open Qt Command Prompt and start configuration script
+ Open Qt Command Prompt and start configuration script.
+
+ For Qt 4.8.5:
<code>
$ configure -release -openssl
</code>
- <note>Currently_testing: To fix QTBUG-38706:
- * configure -release -openssl -qt-style-windowsxp -qt-style-windowsvista
- </note>
+ For Qt 4.8.6, the command is different due to QTBUG-38706:
+ <code>
+ $ configure -release -openssl
-qt-style-windowsxp -qt-style-windowsvista
+ </code>
- Rebuild Qt
+ For either version of Qt, rebuild Qt:
<code>
$ make sub-src
</code>
==== Installing libssh ====
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
[View Less]
A page in your DokuWiki was added or changed. Here are the details:
Date : 2014/10/31 01:42
Browser : Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0
IP-Address : 217.7.59.218,172.29.15.45
Hostname : 217.7.59.218,172.29.15.45
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 Qt (Old Version)]
User …
[View More] : mikedep333
@@ -65,9 +65,9 @@
Qt-4.8.5 was tested and recommended for X2Go Client 4.0.2.1 and earlier. It is still an option for X2Go Client 4.0.3.0 and later.
Download and install the **MinGW** version of Qt-4.8.5 for Windows from [[http://download.qt-project.org/archive/qt/4.8/4.8.5/|here]]
- In this example D:\Qt will be chosen as installation directory
+ In this example D:\Qt\4.8.5 will be chosen as installation directory
==== Configuring Qt ====
===
Providing OpenSSL support in Qt ===
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
[View Less]
A page in your DokuWiki was added or changed. Here are the details:
Date : 2014/10/31 01:42
Browser : Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0
IP-Address : 217.7.59.218,172.29.15.45
Hostname : 217.7.59.218,172.29.15.45
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 Qt (Current Version)]
…
[View More]User : mikedep333
@@ -57,9 +57,9 @@
Qt-4.8.6 is tested and recommended for X2Go Client 4.0.3.0 and later.
Download and install the **MinGW** version of Qt-4.8.6 for Windows from [[http://download.qt-project.org/archive/qt/4.8/4.8.6/|here]]
- In this example D:\Qt will be chosen as installation directory
+ In this example D:\Qt\4.8.6 will be chosen as installation directory
==== Installing Qt (Old Version)====
Qt-4.8.5 was tested and recommended for X2Go
Client 4.0.2.1 and earlier. It is still an option for X2Go Client 4.0.3.0 and later.
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
[View Less]
A page in your DokuWiki was added or changed. Here are the details:
Date : 2014/10/31 01:35
Browser : Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0
IP-Address : 217.7.59.218,172.29.15.45
Hostname : 217.7.59.218,172.29.15.45
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 Qt] Update for X2Go …
[View More]Client 4.0.3.0
User : mikedep333
@@ -49,18 +49,25 @@
Extract it to your disk (''D:\mingw'' in this example).
Finally, you have to add these MinGW executable directories to your PATH environment variable: ''D:\mingw\bin'', ''D:\mingw\libexec\gcc\mingw32\4.4.0''.
- ==== Installing Qt ====
+ ==== Installing Qt (Current Version)====
- You need Qt to build X2Go Client from source. Qt-4.8.5 is tested and recommended for current version of X2Go Client.
+ You need Qt to
build X2Go Client from source.
- Download and install the **MinGW** version of Qt-4.8.5 for Windows from [[http://download.qt-project.org/archive/qt/4.8/4.8.5/|here]]
+ Qt-4.8.6 is tested and recommended for X2Go Client 4.0.3.0 and later.
+
+ Download and install the **MinGW** version of Qt-4.8.6 for Windows from [[http://download.qt-project.org/archive/qt/4.8/4.8.6/|here]]
In this example D:\Qt will be chosen as installation directory
+ ==== Installing Qt (Old Version)====
- <note>Currently_Testing: http://download.qt-project.org/official_releases/qt/4.8/4.8.6/qt-opensource…</note>
+ Qt-4.8.5 was tested and recommended for X2Go Client 4.0.2.1 and earlier. It is still an option for X2Go Client 4.0.3.0 and later.
+
+ Download and install the **MinGW** version of Qt-4.8.5 for Windows from [[http://download.qt-project.org/archive/qt/4.8/4.8.5/|here]]
+
+ In this example D:\Qt will be chosen as installation directory
==== Configuring Qt
====
=== Providing OpenSSL support in Qt ===
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
[View Less]
A page in your DokuWiki was added or changed. Here are the details:
Date : 2014/10/31 01:31
Browser : Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0
IP-Address : 217.7.59.218,172.29.15.45
Hostname : 217.7.59.218,172.29.15.45
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] Finish updates …
[View More]for X2Go Client 4.0.3.0, including splitting into 2 sections
User : mikedep333
@@ -29,15 +29,23 @@
Notepad2 is a freeware alternative to Notepad shipped with Microsoft Windows. Notepad2 understands UTF-8 text formats (and others) and can handle Unix-style line endings. In case you want to introspect a code file, this tool is very handy.
===== Build X2Go Client =====
- ==== Installing MinGW ====
+ ==== Installing MinGW (Current Version) ====
- MinGW is a gcc
compiler for Windows. You need it to build X2Go Client. Since X2Go Client 4.0.3.0, X2Go Client uses Qt 4.8.6 specifically. Qt 4.8.6 uses MinGW 4.8.x. Qt 4.8.6 for Windows recommends this specific build of MinGW, so that it what X2Go Client uses:
+ MinGW is a gcc compiler for Windows. You need it to build X2Go Client.
+
+ Since X2Go Client 4.0.3.0, X2Go Client uses Qt 4.8.6 specifically. Qt 4.8.6 uses MinGW 4.8.x. Qt 4.8.6 for Windows recommends this specific build of MinGW, so it is this specific build that you should use.
http://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20W…
- Using Qt 4.8.5 + MinGW 4.4 is still an option for building X2Go Client. It was the default for X2GoCLient 4.0.2.1.
+ Extract it to your disk (''D:\i686-4.8.2-release-posix-dwarf-rt_v3-rev3\mingw32'' in this example).
+
+ Finally, you have to add these MinGW executable
directories to your PATH environment variable: ''D:\i686-4.8.2-release-posix-dwarf-rt_v3-rev3\mingw32\bin'', ''D:\i686-4.8.2-release-posix-dwarf-rt_v3-rev3\mingw32\libexec\gcc\i686-w64-mingw32\4.8.2''.
+
+ ==== Installing MinGW (Old Version) ====
+
+ Using Qt 4.8.5 + MinGW 4.4 is still an option for building X2Go Client 4.0.3.0 and later. It was how X2Go Client 4.0.2.1 and many prior versions were built.
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).
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
[View Less]
A page in your DokuWiki was added or changed. Here are the details:
Date : 2014/10/31 01:16
Browser : Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0
IP-Address : 217.7.59.218,172.29.15.45
Hostname : 217.7.59.218,172.29.15.45
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] Update for X2Go …
[View More]Client 4.0.3.0 final release
User : mikedep333
@@ -31,15 +31,18 @@
==== Installing MinGW ====
- MinGW is a gcc compiler for Windows. You need it to build X2Go Client. For the time being, X2Go Client uses Qt 4.8.5 specifically. Qt-4.8.5 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 ]]
+ MinGW is a gcc compiler for Windows. You need it to build X2Go Client. Since X2Go Client 4.0.3.0, X2Go Client uses Qt 4.8.6 specifically. Qt 4.8.6 uses MinGW 4.8.x. Qt 4.8.6 for Windows recommends this specific build of MinGW, so that it what X2Go Client uses:
+
+ http://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20W…
+
+ Using Qt 4.8.5 + MinGW 4.4 is still an option for building X2Go Client. It was the default for X2GoCLient 4.0.2.1.
+ 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).
Finally, you have to add these MinGW executable
directories to your PATH environment variable: ''D:\mingw\bin'', ''D:\mingw\libexec\gcc\mingw32\4.4.0''.
-
- <note>Currently_Testing: http://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20W…</note>
==== Installing Qt ====
You need Qt to build X2Go Client from source. Qt-4.8.5 is tested and recommended for current version of X2Go Client.
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
[View Less]
A page in your DokuWiki was added or changed. Here are the details:
Date : 2014/10/31 00:59
Browser : Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0
IP-Address : 188.105.50.70
Hostname : dslb-188-105-050-070.188.105.pools.vodafone-ip.de
Old Revision: http://wiki.x2go.org/doku.php/events:x2go-gathering-2014?rev=1414711262
New Revision: http://wiki.x2go.org/doku.php/events:x2go-gathering-2014
Edit Summary: [Sunday 2014-11-02]
User : stefanbaur
@@…
[View More] -177,12 +177,12 @@
^ Departure time ^ Participant(s) ^
| ???? | Jos, Kees, Martin |
| 11:45| Heinz |
+ | 14:00| Stefan, Mihai, Uwe, Mike#2 |
| 15:30 | Mike#1 |
| 15:55 | Martin: 15 Minute walk to Essen-Horst, 5 minutes for buying a ticket, 16:15 train to Essen Central (arr:16:25), 16:35 train to DUS (arr:17:11), plane departure is 18:25 |
| ???? | Henning & Tobias |
- | ???? | Stefan, Mihai, Uwe, Mike#2 |
==== Topics for the coding sessions ====
- brain storming:
organizational structure for an X2Go foundation/club/association or similar
* suggestion by Stefan: Since it will most likely be a "club" ("eingetragener Verein") under German law, we need 7 people physically present for the founding.
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
[View Less]
A page in your DokuWiki was added or changed. Here are the details:
Date : 2014/10/30 23:21
Browser : Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0
IP-Address : 78.43.170.197
Hostname : HSI-KBW-078-043-170-197.hsi4.kabel-badenwuerttemberg.de
Old Revision: http://wiki.x2go.org/doku.php/events:x2go-gathering-2014?rev=1414711034
New Revision: http://wiki.x2go.org/doku.php/events:x2go-gathering-2014
Edit Summary: [Sunday 2014-11-02]
User : …
[View More]stefanbaur
@@ -175,11 +175,12 @@
* departure is around 1530 hours/3:30pm local time
^ Departure time ^ Participant(s) ^
+ | ???? | Jos, Kees, Martin |
| 11:45| Heinz |
| 15:30 | Mike#1 |
- | ???? | Jos, Kees, Martin (Martin needs to be at DUS by 17:55 for his 18:25 departure) |
+ | 15:55 | Martin: 15 Minute walk to Essen-Horst, 5 minutes for buying a ticket, 16:15 train to Essen Central (arr:16:25), 16:35 train to DUS (arr:17:11), plane departure is 18:25 |
| ???? | Henning & Tobias
|
| ???? | Stefan, Mihai, Uwe, Mike#2 |
==== Topics for the coding sessions ====
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
[View Less]