Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| sources:source-tarballs:start [2013/03/08 13:31] – external edit 127.0.0.1 | sources:source-tarballs:start [Unknown date] (current) – external edit (Unknown date) 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Tarball releases ====== | ||
| + | |||
| + | Note: this documentation pre-requisites that you have the sudo tool installed on your system and that you have the system privilege of becoming the Super-User root by using sudo. | ||
| + | |||
| + | ===== Download ===== | ||
| + | |||
| + | 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 ('' | ||
| + | |||
| + | < | ||
| + | http:// | ||
| + | </ | ||
| + | |||
| + | or obtain code directly from out [[wiki: | ||
| + | |||
| + | < | ||
| + | http:// | ||
| + | </ | ||
| + | |||
| + | ===== Installation from Tarball ===== | ||
| + | |||
| + | To install an X2go project from a provided tarball release, please use the following commands: | ||
| + | |||
| + | < | ||
| + | $ tar -vzcf < | ||
| + | $ cd < | ||
| + | $ make && sudo make install | ||
| + | </ | ||
| + | |||
| + | By default the $PREFIX for installation is /usr/local, so basically your (e.g.) x2goclient application will be found in / | ||
| + | |||
| + | NOTE: many code projects have an INSTALL file in their base project folder that contains extra instructions for the installation process. | ||
| + | |||
| + | ===== Uninstallation ===== | ||
| + | |||
| + | < | ||
| + | $ cd </ | ||
| + | $ sudo make uninstall | ||
| + | </ | ||
| + | |||
| + | AGAIN NOTE: many code projects have an UNINSTALL file in their base project folder that contains extra instructions for the uninstallation process. | ||
| + | |||
| + | |||
| + | ===== Code projects installable from Tarball ===== | ||
| + | |||
| + | The following X2go projects support tarball installation. If you find a reference to a release version here that has not yet been release (i.e. is not available as tarball) then this means that it will be available in the code project' | ||
| + | |||
| + | ^ Code Project | ||
| + | | x2goclient | ||
| + | | x2goserver | ||
| + | | x2gothinclient | | | ||
| + | | nx-libs | ||
| + | | pyhoca-cli | ||
| + | | pyhoca-gui | ||
| + | | x2go-keyring | ||
| + | | x2gobroker | ||
| + | | cups-x2go | ||
| + | |||
| + | [[https:// | ||
| + | |||