Skip to content

Commit d873109

Browse files
A-Ovchinnikov-mxbording
A-Ovchinnikov-mx
andauthored
Update README to include info about Windows arm64 (#127)
* Update README to include info about Windows arm64 * Tweaks Co-authored-by: Brandon Ording <[email protected]>
1 parent 0b6348c commit d873109

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ the **[LibGit2Sharp.NativeBinaries][lg2s-nb]** NuGet package.
99
This package contains the compiled versions of the libgit2 native library for
1010
the following platforms:
1111

12-
- Windows (x86, x64)
12+
- Windows (x86, x64, arm64)
1313
- macOS (x64)
1414
- Linux (arm, arm64, x64)
1515

@@ -37,7 +37,15 @@ To build x64 binaries:
3737
build.libgit2.ps1 -x64
3838
```
3939

40-
If both parameters are specified, both architectures will be built. See the script for additional parameters.
40+
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.
4149

4250
### build.libgit2.sh
4351

0 commit comments

Comments
 (0)