Skip to content

Update README to include info about Windows arm64 #127

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from Sep 28, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ the **[LibGit2Sharp.NativeBinaries][lg2s-nb]** NuGet package.
This package contains the compiled versions of the libgit2 native library for
the following platforms:

- Windows (x86, x64)
- Windows (x86, x64, arm64)
- macOS (x64)
- Linux (arm, arm64, x64)

Expand Down Expand Up @@ -37,7 +37,15 @@ To build x64 binaries:
build.libgit2.ps1 -x64
```

If both parameters are specified, both architectures will be built. See the script for additional parameters.
To build arm64 binaries:

```
build.libgit2.ps1 -arm64
```

Multiple architecture parameters can be specified to build multiple binaries with a single execution of the script.

See the script for additional parameters.

### build.libgit2.sh

Expand Down