blob: 8f95d9f3fcb41894310e036d3f5ec119dc0fbdd0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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.
|