X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=README;h=54ba1b35de8f2391019a013b1f3a62f48eaf55eb;hb=45fa8afc47499349a694bc1d68ccfd947dda90aa;hp=644f3245a40ee2c4894adb2eb0321f26ec0aaec5;hpb=a3c298715fd7dfa658d22abd58ec99e7752084c8;p=yaz4j-moved-to-github.git diff --git a/README b/README index 644f324..54ba1b3 100644 --- a/README +++ b/README @@ -1,6 +1,11 @@ +COMPILATION + Unix ---- +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 it's location can be forced with: @@ -10,11 +15,12 @@ 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 requirement as in the unix case, you will need +the Windows SDK installed (which in turn requires .NET Framework 4). -mvn -Dyaz.path=/path/to/yaz/installation -Dswig=/path/to/swig/binary install +Sensible defaults are assumed for 'yaz.path' and the 'swig' binary. Both +can be overriden through: +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 +Use the command prompt provided with the Windows SDK.