Add win32/64 build file
[yaz4j-moved-to-github.git] / README
1 COMPILATION
2
3 Unix
4 ----
5
6 You will need the JDK, maven, swig and yaz development packages.
7 Consult your package manager on how to install those.
8
9 'yaz-config' is assumed to be on the Path, if it isn't or if local yaz
10 installation is to be used it's location can be forced with:
11
12 mvn -Dyaz.config=/path/to/yaz-config install
13
14
15 Windows
16 -------
17
18 Besides the exact same requirement as in the unix case, you will need
19 the Windows SDK installed (which in turn requires .NET Framework 4).
20
21 Sensible defaults are assumed for 'yaz.path' and the 'swig' binary. Both
22 can be overriden through:
23
24 mvn -Dyaz.path=/path/to/yaz/installation -Dswig=/path/to/swig/binary install
25
26 Use the command prompt provided with the Windows SDK.