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 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%20Wi... + + 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%20Win32/Personal%20Builds/mingw-builds/4.8.2/threads-posix/dwarf/i686-4.8.2-release-posix-dwarf-rt_v3-rev3.7z</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/