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

wiki-admin at x2go.org wiki-admin at x2go.org
Thu Jun 7 08:51:17 CEST 2018


A page in your DokuWiki was added or changed. Here are the details:

Date        : 2018/06/07 06:51
Browser     : Mozilla/5.0 (X11; Linux x86_64; rv:57.0) Gecko/20100101 Firefox/57.0
IP-Address  : 178.162.222.41
Hostname    : 178.162.222.41.adsl.inet-telecom.org
Old Revision: https://wiki.x2go.org/doku.php/wiki:development:build-howto-mswin:x2goclient?rev=1528354122
New Revision: https://wiki.x2go.org/doku.php/wiki:development:build-howto-mswin:x2goclient
Edit Summary: Fix ++ issue with dokuwiki.
User        : ionic

@@ -242,9 +242,9 @@
  on installer page "Select Packages" you can select programs and libraries that should be installed in your Cygwin environment. For building of nxproxy you will need:
    * ''autoconf''
    * ''automake''
    * ''gcc-core''
-   * ''gcc-g\+\+''
+   * ''gcc-g%%++%%''
    * ''git''
    * ''imake''
    * ''libX11-devel''
    * ''libjpeg-devel''
@@ -586,11 +586,11 @@
  ==== Manual Copying ====
  
  === Libraries ===
  
-   - Add MinGW 4.8's libraries
(copy from ''D:\i686-4.8.2-release-posix-dwarf-rt_v3-rev3\mingw32\bin''). (Note that the inclusion of '\' character before the '+' character is to work around a horrible issue in dokuwiki; the actual filenames do not have the '\" character.)
+   - Add MinGW 4.8's libraries (copy from ''D:\i686-4.8.2-release-posix-dwarf-rt_v3-rev3\mingw32\bin'').
      * ''libgcc_s_dw2-1.dll''
-     * ''libstdc\+\+-6.dll''
+     * ''libstdc%%++%%-6.dll''
      * ''libwinpthread-1.dll''
    - Add OpenSSL libraries (copy from your OpenSSL installation directory)
      * ''libeay32.dll''
      * ''ssleay32.dll''
@@ -601,9 +601,9 @@
    - zlib library for libzip (available [[http://code.x2go.org/releases/binary-win32/3rd-party/zlib/|here on our site]]) (binaries originally from [[ftp://winkde.org/kde/ports/win32/releases/stable/latest/|the KDE Windows project]] site)
      * ''libz.dll''
    - zlib library for libssh (available [[http://code.x2go.org/releases/binary-win32/3rd-party/zlib/|here on our
site]]) (binaries originally from [[http://www.zlib.net/ | the zlib project]] site)
      * ''zlib1.dll''
-   - If you want to use X2Go Client on older versions of Windows, you should put the "Microsoft Visual C\+\+ Redistributable 2013 Package"'s dll files into your X2Go Client package directory. (Originally downloaded from the [[http://www.microsoft.com/en-us/download/details.aspx?id=29|Microsoft download site]]).
+   - If you want to use X2Go Client on older versions of Windows, you should put the "Microsoft Visual C%%++%% Redistributable 2013 Package"'s dll files into your X2Go Client package directory. (Originally downloaded from the [[http://www.microsoft.com/en-us/download/details.aspx?id=29|Microsoft download site]]).
      * ''msvcp120.dll''
      * ''msvcr120.dll.dll''
      * ''vccorlib120.dll''
  


-- 
This mail was generated by DokuWiki at
https://wiki.x2go.org/



More information about the x2go-commits mailing list