A page in your DokuWiki was added or changed. Here are the details: Date : 2013/03/19 13:01 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 @@ -46,11 +46,19 @@
make sub-src </code>
===== Installing libssh ===== - Get libssh library package built with MinGW from from the KDE Windows project - ftp://winkde.org/kde/ports/win32/releases/stable/latest/libssh-x64-mingw4-0.5.2-1-bin.tar.bz2 - ftp://winkde.org/kde/ports/win32/releases/stable/latest/libssh-x64-mingw4-0.5.2-1-lib.tar.bz2 + You need libssh to build X2Go Client. + + Get libssh **library** package built with MinGW from [[ftp://winkde.org/kde/ports/win32/releases/stable/latest/ |the KDE Windows project]] or from [[http://code.x2go.org/releases/binary-win32/3rd-party/libssh/|our site]]. Extract files from archive. + + Copy headers files in "include" directory of MinGW + + libssh\include\libssh -> d:\mingw\include\libssh + + Copy library files in "lib" directory of MinGW + + libssh\lib\*.* -> d:\mingw\lib\ ===== Build X2Go Client from source ===== -- This mail was generated by DokuWiki at http://wiki.x2go.org/