User Tools

Site Tools


download:source-tarballs

Differences

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

Link to this comparison view

Next revision
Previous revision
download:source-tarballs [2011/04/27 23:40]
sunweaver created
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 X2go from source resp. package X2go for other distributions may be interested in our tarbal releases. Please visit this URL to obtain tarballs (''.tar.gz''):+ 
 +===== 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''):
  
 <code> <code>
-http://code.x2go.org/releases+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 =====
 +
 +To install an X2Go project from a provided tarball release, please use the following commands:
 +
 +<code>
 +$ tar -vzcf <x2go-tarball_version.tar.gz> .
 +$ cd <x2go-tarball_version>
 +$ make && sudo make install
 +</code>
 +
 +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.
 +
 +<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>
 +$ cd </path/to>/<x2go-tarball_version>
 +$ sudo make uninstall
 +</code>
 +
 +<note important>Many code projects have an UNINSTALL file in their base project folder that contains extra instructions for the uninstallation process.</note>
 +
  
  
download/source-tarballs.1303947608.txt.gz · Last modified: 2013/03/08 13:31 (external edit)