User Tools

Site Tools


wiki:installing_x2goclient_tarball

Differences

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

Link to this comparison view

Next revision
Previous revision
wiki:installing_x2goclient_tarball [2011/05/18 21:28]
sunweaver created
— (current)
Line 1: Line 1:
------ X2goClient installation from tarball ----- 
- 
-1. 
-Download the latest x2goclient tarball from http://code.x2go.org/releases/source/x2goclient 
- 
-2. 
-Extract the downloaded tarball and enter the extracted directory: 
- 
-<code> 
-$ tar vzcf x2goclient_<version>.tar.gz 
-$ cd x2goclient_<version> 
-</code> 
- 
-3. 
-Run make to build and install x2goclient (and x2goplugin), installation prefix will be /usr/local: 
- 
-<code> 
-$ make clean && make && make install 
-</code> 
- 
-4. Building x2goclient and x2goplugin separately 
- 
-4a. For building x2goclient only, use: 
- 
-<code> 
-$ make clean_client && make build_client && make install_client 
-</code> 
- 
-4b. For building x2goplugin only, use: 
- 
-<code> 
-$ make clean_plugin && make build_plugin && make install_plugin 
-</code> 
- 
- 
  
wiki/installing_x2goclient_tarball.1305754113.txt.gz ยท Last modified: 2013/03/08 13:31 (external edit)