We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b6348c commit d873109Copy full SHA for d873109
1 file changed
README.md
@@ -9,7 +9,7 @@ the **[LibGit2Sharp.NativeBinaries][lg2s-nb]** NuGet package.
9
This package contains the compiled versions of the libgit2 native library for
10
the following platforms:
11
12
- - Windows (x86, x64)
+ - Windows (x86, x64, arm64)
13
- macOS (x64)
14
- Linux (arm, arm64, x64)
15
@@ -37,7 +37,15 @@ To build x64 binaries:
37
build.libgit2.ps1 -x64
38
```
39
40
-If both parameters are specified, both architectures will be built. See the script for additional parameters.
+To build arm64 binaries:
41
+
42
+```
43
+build.libgit2.ps1 -arm64
44
45
46
+Multiple architecture parameters can be specified to build multiple binaries with a single execution of the script.
47
48
+See the script for additional parameters.
49
50
### build.libgit2.sh
51
0 commit comments