User Tools

Site Tools


wiki:development:build-howto-linux:x2goserver

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:development:build-howto-linux:x2goserver [2011/11/15 11:06]
sunweaver
wiki:development:build-howto-linux:x2goserver [2013/03/08 13:31] (current)
Line 22: Line 22:
 Note: X2GoServer is not dependent on perl-suid anymore (as Perl SUID has been removed from Perl >=5.12.x). Note: X2GoServer is not dependent on perl-suid anymore (as Perl SUID has been removed from Perl >=5.12.x).
  
-Installation: For an insight in basic post-installation procedures please take a look at the ''INSTALL'' file in the ''x2goserver_<version>'' base directory. The latest version of this INSTALL file can also be found in our [[http://code.x2go.org/gitweb?p=x2goserver.git;a=blob;f=INSTALL|Git repository]].+Installation: For an insight in basic post-installation procedures please take a look at the ''INSTALL'' file in the base directory of the ''x2goserver'' code project. The latest version of this INSTALL file can be found in our [[http://code.x2go.org/gitweb?p=x2goserver.git;a=blob;f=INSTALL|Git repository]].
  
-Deinstallation: For deinstallation please refer to the ''UNINSTALL'' file in the ''x2goserver_<version>'' base directory. The latest version of this UNINSTALL file can also be found in our [[http://code.x2go.org/gitweb?p=x2goserver.git;a=blob;f=UNINSTALL|Git repository]].+Deinstallation: For deinstallation please refer to the ''UNINSTALL'' file in the base directory of the ''x2goserver'' code project. The latest version of this UNINSTALL file can also be found in our [[http://code.x2go.org/gitweb?p=x2goserver.git;a=blob;f=UNINSTALL|Git repository]].
  
 ===== Build Recipes ===== ===== Build Recipes =====
Line 121: Line 121:
 </code> </code>
  
-**8. FIXME -> has to built from nx-libs.git+**8. 
 +Install NoMachine's NX libraries**, described [[:wiki:development:build-howto-linux:nx-libs|here]].
  
-Install nxcomp from git** +**9. 
- +
-<code> +
-$ git clone git://code.x2go.org/nxcomp +
-$ cd nxcomp +
-$ autoconf  +
-$ ./configure --prefix=/usr +
-$ make +
-$ su -c "make install && /sbin/ldconfig" +
-</code> +
- +
-**9. FIXME -> has to built from nx-libs.git +
- +
-Install nxcompext from git** +
- +
-<code> +
-$ git clone git://code.x2go.org/nxcompext +
-$ cd nxcompext +
-$ autoconf  +
-$ ./configure --prefix=/usr +
-$ make +
-$ su -c "make install && /sbin/ldconfig" +
-</code> +
- +
-**10. FIXME -> has to built from nx-libs.git +
- +
-Install nxcompshad from git** +
- +
-<code> +
-$ git clone git://code.x2go.org/nxcompshad +
-$ cd nxcompshad +
-$ autoconf  +
-$ ./configure --prefix=/usr +
-$ make +
-$ su -c "make install && /sbin/ldconfig" +
-</code> +
- +
-**11+
 Install x2goagent from git** Install x2goagent from git**
  
wiki/development/build-howto-linux/x2goserver.1321355178.txt.gz · Last modified: 2013/03/08 13:31 (external edit)