Add basic README
[yaz4j-moved-to-github.git] / README
1 Unix
2 ----
3
4 'yaz-config' is assumed to be on the Path, if it isn't or if local yaz
5 installation is to be used it's location can be forced with:
6
7 mvn -Dyaz.config=/path/to/yaz-config install
8
9
10 Windows
11 -------
12
13 Sensible defaults are assumed for 'yaz.path' and 'swig' binary. Both
14 can be overriden though
15
16 mvn -Dyaz.path=/path/to/yaz/installation -Dswig=/path/to/swig/binary install
17
18
19 Visual Studio binaries must be available on the path, see 
20 http://msdn.microsoft.com/en-us/library/f2ccy3wt%28v=VS.90%29.aspx