This is an old revision of the document!
… esp. applies to installation on the Linux-From-Scratch distribution.
1. → has to built from nx-libs.git
Install nxcomp from git
$ git clone git://code.x2go.org/nxcomp $ cd nxcomp $ autoconf $ ./configure --prefix=/usr $ make $ su -c "make install && /sbin/ldconfig"
2. → has to built from nx-libs.git
Install nxcompext from git
$ git clone git://code.x2go.org/nxcompext $ cd nxcompext $ autoconf $ ./configure --prefix=/usr $ make $ su -c "make install && /sbin/ldconfig"
3. → has to built from nx-libs.git
Install nxcompshad from git
$ git clone git://code.x2go.org/nxcompshad $ cd nxcompshad $ autoconf $ ./configure --prefix=/usr $ make $ su -c "make install && /sbin/ldconfig"