This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
download:source-tarballs [2011/05/18 23:04] sunweaver |
download:source-tarballs [2019/01/24 13:16] (current) stefanbaur Wikified "NOTE" notices |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Tarball releases ====== | ====== Tarball releases ====== | ||
| + | |||
| ===== Download ===== | ===== Download ===== | ||
| - | People who want to install | + | People who want to install |
| < | < | ||
| - | http:// | + | https:// |
| </ | </ | ||
| - | or obtain code directly from out [[git|Git repository]]: | + | or obtain code directly from out [[wiki: |
| < | < | ||
| - | http:// | + | https:// |
| </ | </ | ||
| ===== Installation from Tarball ===== | ===== Installation from Tarball ===== | ||
| - | To install an X2go project from a provided tarball release, please use the following commands: | + | To install an X2Go project from a provided tarball release, please use the following commands: |
| < | < | ||
| $ tar -vzcf < | $ tar -vzcf < | ||
| $ cd < | $ cd < | ||
| - | $ make && make install | + | $ make && |
| </ | </ | ||
| - | By default the $PREFIX for installation is /usr/local, so basically your (e.g.) | + | By default the $PREFIX for installation is /usr/local, so basically your (e.g.) |
| - | NOTE: many code projects have an INSTALL file in their base project folder that contains extra instructions for the installation process. | + | <note important> |
| ===== Uninstallation ===== | ===== Uninstallation ===== | ||
| Line 33: | Line 34: | ||
| < | < | ||
| $ cd </ | $ cd </ | ||
| - | $ make uninstall | + | $ 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. | + | <note important> |
| - | + | ||
| - | + | ||
| - | ===== 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 | ||