User Tools

Site Tools


wiki:development:build-howto-linux:x2goclient

Differences

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

Link to this comparison view

Next revision
Previous revision
Next revision Both sides next revision
wiki:development:build-howto-linux:x2goclient [2011/11/15 10:25]
sunweaver created
wiki:development:build-howto-linux:x2goclient [2013/03/08 13:31]
127.0.0.1 external edit
Line 1: Line 1:
-====== Build x2goclient/x2goplugin for GNU/Linux ======+====== Build X2GoClient & X2Go Browser Plugin for GNU/Linux ====== 
 + 
 +//... esp. applies to installation on the Linux-From-Scratch distribution.//
  
   * recommended on the client: pulseaudio   * recommended on the client: pulseaudio
Line 31: Line 33:
 </code> </code>
  
-**2.+ 
 +**2a.
 Install x2goclient from git** Install x2goclient from git**
  
Line 37: Line 40:
 $ git clone git://code.x2go.org/x2goclient $ git clone git://code.x2go.org/x2goclient
 $ cd x2goclient $ cd x2goclient
-qmake +export PREFIX=/usr 
-$ make +sudo su -c "make build_client && make install_client" 
-$ su -c "install -m 755 --owner root --group root -c -D x2goclient /usr/bin/x2goclient"+</code> 
 + 
 +**2b. 
 +Also build+install x2goplugin** 
 + 
 +<code> 
 +$ sudo su -c "make build_plugin && make install_plugin"
 </code> </code>
  
  
  
wiki/development/build-howto-linux/x2goclient.txt · Last modified: 2020/05/28 22:52 by danger89