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.…
$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/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2013/03/18 11:30
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: [Installing libpng]
User : ncryer
@@ -56,7 +56,6 @@
build and install libpng
<code>
$./configure --prefix=/usr/
- $make
- $make install
+ $make && make install
</code>
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
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.…
+ $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/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2013/03/18 10:47
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
@@ -18,5 +18,24 @@
If you want build nxproxy from source, you need install and configure cygwin first.
==== Installing cygwin ====
+
+ Download and start[[http://cygwin.com/setup.exe|Cygwin installer]]
+
+ Choose your cygwin directory. For example c:\cygwin. Follow installer instructions.
+
+ 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
+ *gcc4
+ *gcc4-g++
+ *git
+ *libX11-devel
+ *libjpeg-devel
+ *make
+ *mc
+ *zlib-devel
+ *wget
+
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2013/03/18 10:33
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
@@ -3,7 +3,20 @@
- * X-Server (VcXsrv)
- * nxproxy
- * OpenSSH Server for file sharing (optional)
- * PulseAudio Server for sound support (optional)
+
+ * [[wiki:development:build-howto-mswin:x2goclient/#nxproxy|nxproxy]]
+
+ * OpenSSH Server for file sharing (optional)
+
+ * PulseAudio Server for sound support (optional)
+
+ * X-Server (VcXsrv)
All this programs can be build from source, downloaded from our
[[http://code.x2go.org/releases/binary-win32/|server]] or from their projects sites. You can also copy that components from X2Go Client install directory.
+
+ ===== nxproxy =====
+
+ you can download nxproxy, and it libraries [[http://code.x2go.org/releases/binary-win32/nxproxy|here]]
+
+ If you want build nxproxy from source, you need install and configure cygwin first.
+
+ ==== Installing cygwin ====
+
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2013/03/18 10:18
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,3 +1,9 @@
====== Build X2GoClient for MS Windows ======
+ X2Go Client for Windows need some other programs to can be running on Windows
- wiki-writing-todo (FIXME)
+ * X-Server (VcXsrv)
+ * nxproxy
+ * OpenSSH Server for file sharing (optional)
+ * PulseAudio Server for sound support (optional)
+
+ All this programs can be build from source, downloaded from our [[http://code.x2go.org/releases/binary-win32/|server]] or from their projects sites. You can also copy that
components from X2Go Client install directory.
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2013/03/18 10:03
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:start?rev=1363600724
New Revision: http://wiki.x2go.org/doku.php/wiki:development:start
Edit Summary: [X2Go Build HowTos (MS Windows)]
User : ncryer
@@ -93,9 +93,9 @@
===== X2Go Build HowTos (MS Windows) =====
<WRAP round todo>
<menu col=3,align=center,caption="Building X2Go for MS Windows">
- <item>X2GoClient|build from source for MS Windows|[[wiki:development:build-howto-mswin:x2goclient]]|{{:wiki:litte-phoca.png|}}</item>
+ <item>X2GoClient|build environment, nxproxy and OpenSSH Server|[[wiki:development:build-howto-mswin:x2goclient]]|{{:wiki:litte-phoca.png|}}</item>
<item>PyHoca-GUI|build from source for MS
Windows|[[wiki:development:build-howto-mswin:pyhoca-gui]]|{{:wiki:litte-phoca.png|}}</item>
<item>PyHoca-CLI|build from source for MS Windows|[[wiki:development:build-howto-mswin:pyhoca-cli]]|{{:wiki:litte-phoca.png|}}</item>
</menu>
</WRAP>
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/