A page in your DokuWiki was added or changed. Here are the details: Date : 2013/09/20 11:46 Browser : Mozilla/5.0 (Windows NT 6.1; WOW64; rv:23.0) Gecko/20100101 Firefox/23.0 IP-Address : 134.245.254.47 Hostname : m-047.informatik.uni-kiel.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 : sunweaver @@ -33,9 +33,9 @@ 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). - Finally, you have to add these MinGW executable directories to your PATH environment variable: ''D:\mingw\bin'', ''D:\mingw\libexec\gcc\mingw32\<version>''. + 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 ==== You need Qt to build X2Go Client from source. Qt-4.8 is tested and recommended for current version of X2Go Client. @@ -110,8 +110,9 @@ Build X2Go Client <code> $ cd x2goclient + $ PATH=%PATH%;D:\MinGW\libexec\gcc\mingw32\4.4.0\ $ config_win.bat $ mingw32-make </code> -- This mail was generated by DokuWiki at http://wiki.x2go.org/