This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
wiki:development:build-howto-linux:nx-libs [2011/11/15 11:12] sunweaver created |
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 ====== | ||
| + | The [[https:// | ||
| - | **1. FIXME -> has to built from nx-libs.git | + | [[https:// |
| - | Install nxcomp from git** | + | ==== Clone the archive ==== |
| < | < | ||
| - | $ git clone git:// | + | $ mkdir ~/x2go && cd ~/x2go |
| - | $ cd nxcomp | + | $ git clone git:// |
| - | $ autoconf | + | $ cd nx-libs |
| - | $ ./ | + | |
| - | $ make | + | |
| - | $ su -c "make install && / | + | |
| </ | </ | ||
| - | **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/ |
| - | < | + | More details about the pre-requisites and the build steps see the [[https:// |
| - | $ git clone git:// | + | |
| - | $ cd nxcompext | + | |
| - | $ autoconf | + | |
| - | $ ./configure --prefix=/usr | + | |
| - | $ make | + | |
| - | $ su -c "make install && / | + | |
| - | </ | + | |
| - | **3. FIXME -> has to built from nx-libs.git | + | ==== Useful links ==== |
| - | Install nxcompshad from git** | + | * [[https://wiki.x2go.org/doku.php/wiki: |
| - | + | ||
| - | < | + | |
| - | $ git clone git://code.x2go.org/nxcompshad | + | |
| - | $ cd nxcompshad | + | |
| - | $ autoconf | + | |
| - | $ ./configure | + | |
| - | $ make | + | |
| - | $ su -c "make install && / | + | |
| - | </ | + | |