People who want to install X2Go from source resp. package X2Go for other distributions may be interested in our tarball releases. Please visit this URL to obtain tarballs (.tar.gz
):
https://code.x2go.org/releases/source
or obtain code directly from out Git repository:
https://git.x2go.org/
To install an X2Go project from a provided tarball release, please use the following commands:
$ tar -vzcf <x2go-tarball_version.tar.gz> . $ cd <x2go-tarball_version> $ make && sudo make install
By default the $PREFIX for installation is /usr/local, so basically your (e.g.) X2Go Client application will be found in /usr/local/bin if the above command series finishes successfully.
$ cd </path/to>/<x2go-tarball_version> $ sudo make uninstall