X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=README;h=ce264f75db1469deb1da027969ac191f91206cf5;hb=0fc1f63976f5c3022a7d1cb07fc01d33cddbd869;hp=644f3245a40ee2c4894adb2eb0321f26ec0aaec5;hpb=a3c298715fd7dfa658d22abd58ec99e7752084c8;p=yaz4j-moved-to-github.git diff --git a/README b/README index 644f324..ce264f7 100644 --- a/README +++ b/README @@ -1,8 +1,13 @@ +COMPILATION + 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: +You will need the JDK, Maven, Swig and YAZ development packages. +Consult your package manager on how to install those. + +'yaz-config' is assumed to be on the PATH, if it isn't or if local yaz +installation is to be used, its location can be forced with: mvn -Dyaz.config=/path/to/yaz-config install @@ -10,11 +15,35 @@ mvn -Dyaz.config=/path/to/yaz-config install Windows ------- -Sensible defaults are assumed for 'yaz.path' and 'swig' binary. Both -can be overriden though +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: mvn -Dyaz.path=/path/to/yaz/installation -Dswig=/path/to/swig/binary install +Use the command prompt provided with the Windows SDK. Yaz/bin directory must +be on the PATH. + + +Links +----- + +The following is most probably already outdated, consult Google. + +* JDK + http://www.oracle.com/technetwork/java/javase/downloads/index.html + +* Maven + http://maven.apache.org/download.cgi + +* Swig + http://www.swig.org/download.html + +* YAZ + http://www.indexdata.com/yaz -Visual Studio binaries must be available on the path, see -http://msdn.microsoft.com/en-us/library/f2ccy3wt%28v=VS.90%29.aspx +* Windows SDK + http://www.microsoft.com/en-us/download/details.aspx?id=8279