@@ -53,18 +53,19 @@ language(s), or simply `make` to generate SDK source code for all the supported
53
53
languages.
54
54
55
55
To compile the generated source code, follow the instructions in the corresponding
56
- README files.
56
+ README files. The third party libraries required for the compilation of the C#
57
+ and PowerShell source code can be obtained from [ dotnet-packages] [ 6 ] .
57
58
58
59
_ Note: The Python module is not auto-generated. It can be found at
59
- [ XenAPI.py] [ 6 ] ._
60
+ [ XenAPI.py] [ 7 ] ._
60
61
61
62
## Contributions
62
63
63
64
The preferable way to contribute patches is to fork the repository on Github
64
65
and then submit a pull request. If for some reason you can't use Github to
65
66
submit a pull request, then you may send your patch for review to the
66
67
< xen-api@lists.xen.org > mailing list, with a link to a public git
67
- repository for review. Please see the CONTRIB.md file for some general
68
+ repository for review. Please see the [ CONTRIB.md] [ 8 ] file for some general
68
69
guidelines on submitting changes.
69
70
70
71
## Maintainers
@@ -75,12 +76,14 @@ guidelines on submitting changes.
75
76
## License
76
77
77
78
This code is licensed under the BSD 2-Clause license. Please see the file
78
- [ LICENSE] [ 7 ] for more information.
79
+ [ LICENSE] [ 9 ] for more information.
79
80
80
81
[ 1 ] : http://caml.inria.fr/ocaml/
81
82
[ 2 ] : https://opam.ocaml.org/
82
83
[ 3 ] : https://github.com/ocaml/opam-dockerfiles
83
84
[ 4 ] : https://github.com/xapi-project/xs-opam
84
85
[ 5 ] : https://github.com/xapi-project/sm/blob/master/drivers/XE_SR_ERRORCODES.xml
85
- [ 6 ] : https://github.com/xapi-project/xen-api/blob/master/scripts/examples/python/XenAPI.py
86
- [ 7 ] : LICENSE
86
+ [ 6 ] : https://github.com/xenserver/dotnet-packages
87
+ [ 7 ] : https://github.com/xapi-project/xen-api/blob/master/scripts/examples/python/XenAPI.py
88
+ [ 8 ] : CONTRIB.md
89
+ [ 9 ] : LICENSE
0 commit comments