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/04/27 23:42] sunweaver |
download:source-tarballs [2019/01/24 13:16] (current) stefanbaur Wikified "NOTE" notices |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Tarball releases ====== | ====== Tarball releases ====== | ||
- | People who want to install | + | |
+ | ===== Download ===== | ||
+ | |||
+ | 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 ===== | ||
+ | |||
+ | 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.) X2Go Client application will be found in / | ||
+ | |||
+ | <note important> | ||
+ | |||
+ | ===== Uninstallation ===== | ||
+ | |||
+ | < | ||
+ | $ cd </ | ||
+ | $ sudo make uninstall | ||
+ | </ | ||
+ | |||
+ | <note important> | ||
+ | |||