User Tools

Site Tools


wiki:installing_x2goclient_linuxfromscratch

This is an old revision of the document!


X2goClient Installation (LinuxFromScratch)

WORK IN PROGRESS – NOT FINISHED YET

Run the following commands as a regular, non-root user. You'll need the root password to install them.

You need qt4 for x2goclient. Follow the installation instructions at BLFS.

1. Install nxproxy from git

$ git clone git://code.x2go.org/nxproxy
$ cd nxproxy
$ autoconf 
$ ./configure --prefix=/usr
$ make
$ su -c "make install"

2. Install x2goclient from git

$ git clone git://code.x2go.org/x2goclient
$ cd x2goclient
$ qmake
$ make
$ su -c "install -m 755 --owner root --group root -c -D x2goclient /usr/bin/x2goclient"
wiki/installing_x2goclient_linuxfromscratch.1313700315.txt.gz · Last modified: 2013/03/08 13:31 (external edit)