From: Jakub Skoczen Date: Thu, 7 Jun 2012 10:13:45 +0000 (+0200) Subject: Add basic README X-Git-Tag: v1.3~24 X-Git-Url: http://git.indexdata.com/?p=yaz4j-moved-to-github.git;a=commitdiff_plain;h=a3c298715fd7dfa658d22abd58ec99e7752084c8 Add basic 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