This is an old revision of the document!
Run the following commands as a regular, non-root user. You'll need the root password to install them.
1. → nxproxy has to be installed from nx-libs.git
Install nxproxy from git
$ git clone git://code.x2go.org/nxproxy $ cd nxproxy $ autoconf $ ./configure --prefix=/usr $ make $ su -c "make install"
2a. Install x2goclient from git
$ git clone git://code.x2go.org/x2goclient $ cd x2goclient $ export PREFIX=/usr $ make build_client && make install_client
2b. Also build+install x2goplugin
$ make build_plugin && make install_plugin