From a3c298715fd7dfa658d22abd58ec99e7752084c8 Mon Sep 17 00:00:00 2001 From: Jakub Skoczen Date: Thu, 7 Jun 2012 12:13:45 +0200 Subject: [PATCH] Add basic README --- README | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 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 -- 1.7.10.4