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

Both sides previous revision Previous revision
Next revision
Previous revision
wiki:installing_x2goclient_tarball [2011/05/19 08:36]
sunweaver
— (current)
Line 1: Line 1:
-====== X2goClient installation from tarball ====== 
- 
-1. 
-Download the latest x2goclient tarball from http://code.x2go.org/releases/source/x2goclient 
- 
-2. 
-Make sure you have read these wiki pages / installed recommended software / development libraries: 
- 
-  * [[install nxproxy from tarball]] 
-  * recommended on the client: pulseaudio 
-  * build dependencies (libraries and corresponding dev/header files):  
-    * libc6 
-    * libcups2 
-    * libgcc1 
-    * libldap-2.4-2 
-    * libqt4-network 
-    * libqt4-svg 
-    * libqtcore4 
-    * libqtgui4 
-    * libssh-4 (>= 0.3.91) 
-    * libstdc++6 
-    * libx11-6 
- 
-3. 
-Extract the downloaded tarball and enter the extracted directory: 
- 
-<code> 
-$ tar vzcf x2goclient_<version>.tar.gz 
-$ cd x2goclient_<version> 
-</code> 
- 
-4. 
-Run the GNU/make command to build and install x2goclient (and x2goplugin), installation prefix will be /usr/local: 
- 
-<code> 
-$ make clean && make && sudo make install 
-</code> 
- 
-5. Building x2goclient and x2goplugin separately 
- 
-5a. For building x2goclient only, use: 
- 
-<code> 
-$ make clean_client && make build_client && sudo make install_client 
-</code> 
- 
-5b. For building x2goplugin only, use: 
- 
-<code> 
-$ make clean_plugin && make build_plugin && sudo make install_plugin 
-</code> 
  
wiki/installing_x2goclient_tarball.1305794194.txt.gz ยท Last modified: 2013/03/08 13:31 (external edit)