Build NX (NoMachine) Libraries for GNU/Linux

… esp. applies to installation on the Linux-From-Scratch distribution.

1. FIXME → 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. FIXME → 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. FIXME → 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"
/usr/www/users/graesi/wiki.x2go.org/data/pages/wiki/development/build-howto-linux/nx-libs.txt · Last modified: 2011/11/15 12:13 by mike.gabriel