User Tools

Site Tools


wiki:installing_x2goclient_linuxfromscratch

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_linuxfromscratch [2011/08/18 20:45]
chepati
— (current)
Line 1: Line 1:
-====== X2goClient Installation (LinuxFromScratch) ====== 
  
-**Run the following commands as a regular, non-root user.  You'll need the root password to install them.** 
- 
-<note>You need qt4 for x2goclient. Follow the installation instructions at [[http://www.linuxfromscratch.org/blfs/view/svn/x/qt4.html|BLFS]].</note> 
- 
-**1. 
-Install nxproxy from git** 
- 
-<code> 
-$ git clone git://code.x2go.org/nxproxy 
-$ cd nxproxy 
-$ autoconf  
-$ ./configure --prefix=/usr 
-$ make 
-$ su -c "make install" 
-</code> 
- 
-**2. 
-Install x2goclient from git** 
- 
-<code> 
-$ git clone git://code.x2go.org/x2goclient 
-$ cd x2goclient 
-$ qmake 
-$ make 
-$ su -c "install -m 755 --owner root --group root -c -D x2goclient /usr/bin/x2goclient" 
-</code> 
wiki/installing_x2goclient_linuxfromscratch.1313700331.txt.gz ยท Last modified: 2013/03/08 13:31 (external edit)