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 10:41] 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 <x2go-ball_version.tar.gz> . | + | $ tar -vzcf <x2go-tarball_version.tar.gz> . |
- | $ cd <x2go-ball_version> | + | $ cd <x2go-tarball_version> |
- | $ 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 | + | |
- | + | ||
- | ^ Code Project ^ Release ^ Comments ^ | + | |
- | | x2goclient | + | |