A page in your DokuWiki was added or changed. Here are the details: Date : 2014/10/31 02:15 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?... New Revision: http://wiki.x2go.org/doku.php/wiki:development:build-howto-mswin:x2goclient Edit Summary: We no longer need to build libpng 1.2.x because of an nx-libs patch that lets us use cygwin's latest version User : mikedep333 @@ -315,27 +315,8 @@ * openssh (source, but not binary) * openssl * zlib (select source for: zlib-devel) </note> - ==== 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. - - * Open a cygwin shell. Go to the src directory - <code> - $ cd /usr/src - </code> - * Get a libpng12 from project site - <code> - $ wget http://downloads.sourceforge.net/project/libpng/libpng12/1.2.51/libpng-1.2.5... - $ tar -xzvf libpng-1.2.51.tar.gz - $ cd libpng-1.2.51 - </code> - * Build and install libpng - <code> - $ ./configure --prefix=/usr/ - $ make && make install - </code> <note>Currently_Testing: Install libpng-devel from cygwin instead.</note> ==== Building nxproxy ==== -- This mail was generated by DokuWiki at http://wiki.x2go.org/