User Tools

Site Tools


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

This is an old revision of the document!


Build NX (NoMachine) Libraries for GNU/Linux

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"
wiki/development/build-howto-linux/nx-libs.1321355564.txt.gz · Last modified: 2013/03/08 13:31 (external edit)