A page in your DokuWiki was added or changed. Here are the details: Date : 2013/03/18 11:44 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 @@ -40,16 +40,16 @@ *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 + 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 libpng from project site + get a libpng12 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 @@ -58,5 +58,36 @@ build and install libpng <code> $./configure --prefix=/usr/ $make && make install + </code> + + ==== Building nxproxy ==== + + open a cygwin shell and change to your build directory. In this example d:\Build will be used + <code> + $cd /cygdrive/d/Build + </code> + + get a nx-libs sources + <code> + $git clone git://code.x2go.org/nx-libs.git + </code> + + build nxcomp + <code> + $cd nxcomp + $autoconf + $./configure + $make + $cd .. + </code> + + build nxproxy + <code> + $cd nxproxy + $autoconf + $./configure + $make + $strip nxproxy.exe + $cd .. </code> -- This mail was generated by DokuWiki at http://wiki.x2go.org/