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 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%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. + 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/