README ------ Building -------- 1. To compile: > tar zxvf nxcomp-X.Y.Z-N.tar.gz > cd nxcomp > ./configure > make You'll have to run gmake under Solaris. 2. The 'make install' target is not currently supported in the Makefile, but it should be simple to fix. You need at least nxproxy and nxagent packages to enjoy this code. Check the NoMachine website at http://www.nomachine.com to get the latest release.
-
Mike Gabriel authored
VERSION file: master VERSION file is in base folder, symlinked from nx*/VERSION and hw/nxagent/VERSION. This commit removes the debian/VERSION file at makes it now unnecessary to copy/symlink the VERSION file at build time. These build scripts got adapted: debian/roll-tarballs.sh debian/rules nx-libs.spec Furthermore, all NX component now use the main VERSION file as reference. typechange: nxcomp/VERSION typechange: nxcompext/VERSION typechange: nxcompshad/VERSION typechange: nxproxy/VERSION
ce531230