aboutsummaryrefslogtreecommitdiff
path: root/nxproxy/README
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2011-11-13 09:53:38 +0100
committerReinhard Tartler <siretart@tauware.de>2011-11-13 09:53:38 +0100
commit35472e34809a80b228f2763ef33d58acdb88dcce (patch)
treec8dda8a89bbe74c7fd614c3a4b5c627c39d2a261 /nxproxy/README
parenta840692edc9c6d19cd7c057f68e39c7d95eb767d (diff)
downloadnx-libs-35472e34809a80b228f2763ef33d58acdb88dcce.tar.gz
nx-libs-35472e34809a80b228f2763ef33d58acdb88dcce.tar.bz2
nx-libs-35472e34809a80b228f2763ef33d58acdb88dcce.zip
Imported nxproxy-3.0.0-4.tar.gznxproxy/3.0.0-4
Summary: Imported nxproxy-3.0.0-4.tar.gz Keywords: Imported nxproxy-3.0.0-4.tar.gz into Git repository
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.