User Tools

Site Tools


download:source-tarballs

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

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 X2go from source resp. package X2go for other distributions may be interested in our tarball releases. Please visit this URL to obtain tarballs (''.tar.gz''):+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 (''.tar.gz''):
  
 <code> <code>
-http://code.x2go.org/releases/source+https://code.x2go.org/releases/source
 </code> </code>
  
-or obtain code directly from out [[git|Git repository]]:+or obtain code directly from out [[wiki:development:git|Git repository]]:
  
 <code> <code>
-http://git.x2go.org/+https://git.x2go.org/
 </code> </code>
  
 ===== 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:
  
 <code> <code>
 $ tar -vzcf <x2go-tarball_version.tar.gz> . $ tar -vzcf <x2go-tarball_version.tar.gz> .
 $ cd <x2go-tarball_version> $ cd <x2go-tarball_version>
-$ make && make install+$ make && sudo make install
 </code> </code>
  
-By default the $PREFIX for installation is /usr/local, so basically your (e.g.) x2goclient application will be found in /usr/local/bin if the above command series finishes successfully.+By default the $PREFIX for installation is /usr/local, so basically your (e.g.) X2Go Client application will be found in /usr/local/bin if the above command series finishes successfully.
  
-For uninstallation use+<note important>Many code projects have an INSTALL file in their base project folder that contains extra instructions for the installation process.</note> 
 + 
 +===== Uninstallation =====
  
 <code> <code>
 $ cd </path/to>/<x2go-tarball_version> $ cd </path/to>/<x2go-tarball_version>
-$ make uninstall+sudo make uninstall
 </code> </code>
  
-===== Code projects installable from Tarball ===== +<note important>Many code projects have an UNINSTALL file in their base project folder that contains extra instructions for the uninstallation process.</note>
- +
-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's next upcoming release.+
  
-^  Code Project  ^   Release    ^  Comments  ^ 
-| x2goclient      >= 3.0.1.19 |    -       | 
  
  
download/source-tarballs.1305727428.txt.gz · Last modified: 2013/03/08 13:31 (external edit)