X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=README;h=84a692da59ed58f0bdee655daabc04d185ab8e4c;hb=46c399db1686147ddfb29ab281176751a49c6ff4;hp=c0629ca119655bd1e5ec2b850d5b189c3b13805a;hpb=84a934adb4c61ccce3428246f764797854c646b6;p=yaz4j-moved-to-github.git 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