Add basic README
authorJakub Skoczen <jakub@indexdata.dk>
Thu, 7 Jun 2012 10:13:45 +0000 (12:13 +0200)
committerJakub Skoczen <jakub@indexdata.dk>
Thu, 7 Jun 2012 10:13:45 +0000 (12:13 +0200)
README [new file with mode: 0644]

diff --git a/README b/README
new file mode 100644 (file)
index 0000000..644f324
--- /dev/null
+++ b/README
@@ -0,0 +1,20 @@
+Unix
+----
+
+'yaz-config' is assumed to be on the Path, if it isn't or if local yaz
+installation is to be used it's location can be forced with:
+
+mvn -Dyaz.config=/path/to/yaz-config install
+
+
+Windows
+-------
+
+Sensible defaults are assumed for 'yaz.path' and 'swig' binary. Both
+can be overriden though
+
+mvn -Dyaz.path=/path/to/yaz/installation -Dswig=/path/to/swig/binary install
+
+
+Visual Studio binaries must be available on the path, see 
+http://msdn.microsoft.com/en-us/library/f2ccy3wt%28v=VS.90%29.aspx