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 14:03] 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.) |
- | For uninstallation use | + | <note important> |
+ | |||
+ | ===== Uninstallation ===== | ||
< | < | ||
$ cd </ | $ cd </ | ||
- | $ make uninstall | + | $ sudo make uninstall |
</ | </ | ||
+ | <note important> | ||
- | 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 | ||