User Tools

Site Tools


wiki:installing_x2goclient_tarball

This is an old revision of the document!


X2goClient installation from tarball

1. Download the latest x2goclient tarball from http://code.x2go.org/releases/source/x2goclient

2. Make sure you have read these wiki pages / installed recommended software / development libraries:

  • 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

3. Extract the downloaded tarball and enter the extracted directory:

$ tar vzxf x2goclient_<version>.tar.gz
$ cd x2goclient_<version>

4. Run the GNU/make command to build and install x2goclient (and x2goplugin), installation prefix will be /usr/local:

$ make clean && make && sudo make install

5. Building x2goclient and x2goplugin separately

5a. For building x2goclient only, use:

$ make clean_client && make build_client && sudo make install_client

5b. For building x2goplugin only, use:

$ make clean_plugin && make build_plugin && sudo make install_plugin
wiki/installing_x2goclient_tarball.1315897227.txt.gz ยท Last modified: 2013/03/08 13:31 (external edit)