[X2Go-Commits] page changed: wiki:development:build-howto-mswin:x2goclient

wiki-admin at x2go.org wiki-admin at x2go.org
Fri Oct 31 03:02:10 CET 2014


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?rev=1414720378
New Revision: http://wiki.x2go.org/doku.php/wiki:development:build-howto-mswin:x2goclient
Edit Summary: [Installing libssh] Update for X2Go 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-x2go-project/ | 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-pagent.patch/libssh-0.5.5.zip | 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-x2go-project/ | 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/



More information about the x2go-commits mailing list