User Tools

Site Tools


wiki:development:build-howto-linux:x2goclient

This is an old revision of the document!


Build x2goclient/x2goplugin for GNU/Linux

  • recommended on the client: pulseaudio
  • build dependencies (libraries and corresponding dev/header files):
    • libc6
    • libcups2
    • libgcc1
    • libldap-2.4-2
    • libqt4-network
    • libqt4-svg
    • libqtcore4
    • libqtgui4
    • libssh-4 (>= 0.4.7)
    • libstdc++6
    • libx11-6
You need qt4 for x2goclient. Follow the installation instructions at BLFS.

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

1. FIXME → 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"

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/development/build-howto-linux/x2goclient.1321352745.txt.gz · Last modified: 2013/03/08 13:31 (external edit)