JPRED-2 Add sources of all binaries (except alscript) to Git
[jpred.git] / sources / pairwise / Pairwise / README
diff --git a/sources/pairwise/Pairwise/README b/sources/pairwise/Pairwise/README
new file mode 100644 (file)
index 0000000..9910999
--- /dev/null
@@ -0,0 +1,26 @@
+Pairwise version 0.01
+=====================
+
+This module is designed to be an interface to the pairwise executable.
+
+INSTALLATION
+
+To install this module type the following:
+
+   perl Makefile.PL
+   make
+   make test
+   make install
+
+DEPENDENCIES
+
+This module requires these other modules and libraries:
+
+  A C compiler
+
+COPYRIGHT AND LICENCE
+
+Copyright (C) 2003 Jonathan Barber <jon@compbio.dundee.ac.uk>
+
+This library is free software; you can redistribute it and/or modify
+it under the same terms as Perl itself.