A page in your DokuWiki was added or changed. Here are the details: Date : 2013/03/18 11:29 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 @@ -1,6 +1,6 @@ ====== Build X2GoClient for MS Windows ====== - X2Go Client for Windows need some other programs to can be running on Windows + X2Go Client for Windows need several programs to be able running on Windows * [[wiki:development:build-howto-mswin:x2goclient/#nxproxy|nxproxy]] @@ -37,5 +37,26 @@ *mc *zlib-devel *wget + ==== Installing libpng ==== + You will need a libpng12 to build nxproxy. This version of libpng is not available on current version of cygwin. You should install it manually. You can download code from + + Open a cygwin shell. Go to the src directory + <code> + $cd /usr/src + </code> + + get a libpng from project site + <code> + $wget http://downloads.sourceforge.net/project/libpng/libpng12/1.2.50/libpng-1.2.5... + $tar -xzvf libpng-1.2.50.tar.gz + $cd libpng-1.2.50 + </code> + + build and install libpng + <code> + $./configure --prefix=/usr/ + $make + $make install + </code> -- This mail was generated by DokuWiki at http://wiki.x2go.org/