[X2Go-Commits] [[X2Go Wiki]] page changed: wiki:development:build-howto-linux:nx-libs

wiki-admin at x2go.org wiki-admin at x2go.org
Fri May 29 00:27:56 CEST 2020


A page in your DokuWiki was added or changed. Here are the details:

Date        : 2020/05/28 22:27
Browser     : Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:76.0) Gecko/20100101 Firefox/76.0
IP-Address  : 85.145.27.228
Hostname    : 228-27-145-85.ftth.glasoperator.nl
Old Revision: https://wiki.x2go.org/doku.php/wiki:development:build-howto-linux:nx-libs?rev=1362749499
New Revision: https://wiki.x2go.org/doku.php/wiki:development:build-howto-linux:nx-libs
Edit Summary: 
User        : danger89

@@ -1,44 +1,20 @@
  ====== 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.
  
- **1. FIXME -> 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 git archive**
  
  <code>
- $ git clone git://code.x2go.org/nxcomp
- $ cd nxcomp
- $ autoconf 
- $ ./configure --prefix=/usr
- $ make
- $ su -c "make install && /sbin/ldconfig"
+ $ mkdir ~/x2go && cd ~/x2go
+ $ git clone git://code.x2go.org/nx-libs.git
+ $ cd nx-libs
  </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>
- $ 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
- 
- 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>
+ 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]].
  
  


-- 
This mail was generated by DokuWiki at
https://wiki.x2go.org/



More information about the x2go-commits mailing list