From: Adam Dickmeiss Date: Tue, 16 Dec 2014 10:31:49 +0000 (+0100) Subject: Update doc WRT swig X-Git-Tag: v1.5~22 X-Git-Url: http://git.indexdata.com/?p=yaz4j-moved-to-github.git;a=commitdiff_plain;h=14c377b83eaac8297732bc1d743912b530c3de83 Update doc WRT swig --- diff --git a/README b/README index c0629ca..84a692d 100644 --- a/README +++ b/README @@ -18,9 +18,9 @@ Windows Besides the exact same requirements as in the Unix case, you will need the Windows SDK installed (which in turn requires .NET Framework 4). -Sensible default is assumed for 'yaz.path' but the 'swig' binary path has -hard-coded version number (see yaz4j/pom.xml) which most likely will need to -be updated to match your Swig version. Both can be overriden through: +Sensible default is assumed for 'yaz.path'. 'swig' is set without path +so either specify absolute path or update the PATH environment to include +directory holding swig.exe. Both can be overriden through: mvn -Dyaz.path=/path/to/yaz/installation -Dswig=/path/to/swig/binary install