aboutsummaryrefslogtreecommitdiff
path: root/nxproxy/README
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2011-11-19 15:59:43 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2011-11-19 15:59:43 +0100
commit65f882e05bcd8a1a273e5c0fb237d215666c946e (patch)
tree188596b43e0f132496637384564e5d991380144e /nxproxy/README
parent9bfca1c2da8a72613ebf7406ef40f74ebe9799cb (diff)
parent6dc46faed83596d64bb86d9a4b35543f5122e1dd (diff)
downloadnx-libs-65f882e05bcd8a1a273e5c0fb237d215666c946e.tar.gz
nx-libs-65f882e05bcd8a1a273e5c0fb237d215666c946e.tar.bz2
nx-libs-65f882e05bcd8a1a273e5c0fb237d215666c946e.zip
Merge branch 'nxproxy'
Diffstat (limited to 'nxproxy/README')
-rw-r--r--nxproxy/README14
1 files changed, 14 insertions, 0 deletions
diff --git a/nxproxy/README b/nxproxy/README
new file mode 100644
index 000000000..8f95d9f3f
--- /dev/null
+++ b/nxproxy/README
@@ -0,0 +1,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.