From 14c377b83eaac8297732bc1d743912b530c3de83 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 16 Dec 2014 11:31:49 +0100 Subject: [PATCH] Update doc WRT swig --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 1.7.10.4