User Tools

Site Tools


wiki:development:build-howto-linux:nx-libs

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:nx-libs [2011/11/15 11:13]
sunweaver
wiki:development:build-howto-linux:nx-libs [2020/05/28 22:33] (current)
danger89
Line 1: Line 1:
 ====== Build NX (NoMachine) Libraries for GNU/Linux ====== ====== Build NX (NoMachine) Libraries for GNU/Linux ======
  
-//... esp. applies to installation on the Linux-From-Scratch distribution.//+The [[https://code.x2go.org/gitweb?p=nx-libs.git|nx-libs repository]] contains several sub-modules like nx-X11, nxcomp, nxcompsahd, nxdialog and nxproxy.
  
-**1FIXME -> has to built from nx-libs.git+[[https://github.com/ArcticaProject/nx-libs|Upstream repository of nx-libs]] (Arctica Project).
  
-Install nxcomp from git**+==== Clone the archive ====
  
 <code> <code>
-$ git clone git://code.x2go.org/nxcomp +$ mkdir ~/x2go && cd ~/x2go 
-$ cd nxcomp +$ git clone git://code.x2go.org/nx-libs.git 
-$ autoconf  +$ cd nx-libs
-$ ./configure --prefix=/usr +
-$ make +
-$ su -c "make install && /sbin/ldconfig"+
 </code> </code>
  
-**2. FIXME -> has to built from nx-libs.git 
  
-Install nxcompext from git**+Depending on what operating system you are, you can create packages for Debian/Ubuntu, Fedora/EPEL, OpenSuse and Windows.
  
-<code> +More details about the pre-requisites and the build steps see the [[https://code.x2go.org/gitweb?p=nx-libs.git;a=blob;f=README.md|README.md file]].
-$ git clone git://code.x2go.org/nxcompext +
-$ cd nxcompext +
-$ autoconf  +
-./configure --prefix=/usr +
-$ make +
-$ su -c "make install && /sbin/ldconfig" +
-</code>+
  
-**3. FIXME -> has to built from nx-libs.git+==== Useful links ====
  
-Install nxcompshad from git*+   [[https://wiki.x2go.org/doku.php/wiki:libs:nx-libs|Nx-libs background info]]
- +
-<code> +
-$ git clone git://code.x2go.org/nxcompshad +
-$ cd nxcompshad +
-$ autoconf  +
-./configure --prefix=/usr +
-$ make +
-$ su -c "make install && /sbin/ldconfig" +
-</code>+
  
  
wiki/development/build-howto-linux/nx-libs.1321355601.txt.gz · Last modified: 2013/03/08 13:31 (external edit)