• Mike Gabriel's avatar
    VERSION file: master VERSION file is in base folder, symlinked from nx*/VERSION… · ce531230
    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
Name
Last commit
Last update
..
man Loading commit data...
CHANGELOG Loading commit data...
COPYING Loading commit data...
LICENSE Loading commit data...
Main.c Loading commit data...
Makefile.in Loading commit data...
README Loading commit data...
README-IPAQ Loading commit data...
README-VALGRIND Loading commit data...
VERSION Loading commit data...
configure.in Loading commit data...
install-sh Loading commit data...
mkinstalldirs Loading commit data...
README
------

1. To compile:

   > tar zxvf nxproxy-X.Y.Z-N.tar.gz
   > cd nxproxy
   > ./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.