diff options
Diffstat (limited to 'nxcompext/README')
-rw-r--r-- | nxcompext/README | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/nxcompext/README b/nxcompext/README new file mode 100644 index 000000000..39648e76b --- /dev/null +++ b/nxcompext/README @@ -0,0 +1,15 @@ +README +------ + +1. To compile: + + > tar zxvf nxcompext-X.Y.Z-N.tar.gz + > cd nxcompext + > ./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. + |