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
Next revision Both sides next revision
download:source-tarballs [2011/05/18 14:03]
sunweaver
download:source-tarballs [2013/03/08 16:48]
sunweaver [Code projects installable from Tarball]
Line 1: Line 1:
 ====== Tarball releases ====== ====== Tarball releases ======
 +
  
 ===== Download ===== ===== Download =====
Line 9: Line 10:
 </code> </code>
  
-or obtain code directly from out [[git|Git repository]]:+or obtain code directly from out [[wiki:development:git|Git repository]]:
  
 <code> <code>
Line 22: Line 23:
 $ 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.) x2goclient application will be found in /usr/local/bin if the above command series finishes successfully.
  
-For uninstallation use+NOTE: many code projects have an INSTALL file in their base project folder that contains extra instructions for the installation process. 
 + 
 +===== 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 ===== +AGAIN NOTE: many code projects have an UNINSTALL file in their base project folder that contains extra instructions for the uninstallation process.
- +
-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.txt · Last modified: 2019/01/24 13:16 by stefanbaur