This is an old revision of the document!
People who want to install X2go from source resp. package X2go for other distributions may be interested in our tarbal releases. Please visit this URL to obtain tarballs (.tar.gz
):
http://code.x2go.org/releases/source
or obtain code directly from out Git repository:
http://git.x2go.org/
To install an X2go project from a provided tarball release, please use the following commands:
$ tar -vzcf <x2go-ball_version.tar.gz> . $ cd <x2go-ball_version> $ make && make install
By default the $PREFIX for installation is /usr/local, so basically your (e.g.) x2goclient application will be found in /usr/local/bin if the above command series finishes successfully.
For uninstallation use
$ cd </path/to>/<x2go-ball_version> $ make uninstall
The following X2go projects support tarball installation:
Code Project | >= Release | Comments |
---|---|---|
x2goclient | 3.0.1.19 | - |