Skip to content

Commit

Permalink
chore: add platform list to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nbbeeken committed Jun 17, 2024
1 parent fda8922 commit 978bee8
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,21 @@ Run the following command to build libmongocrypt and setup the node bindings for
bash ./etc/build-static.sh
```

#### Prebuild Platforms

Below are the platforms that are available as prebuilds on each github release.
`prebuild-install` downloads these automatically depending on the platform you are running npm install on.

- Linux GLIBC 2.23 or later
- s390x
- arm64
- x64
- MacOS universal binary
- x64
- arm64
- Windows
- x64

#### Linting

We lint both the c++ bindings and the Typescript.
Expand Down

0 comments on commit 978bee8

Please sign in to comment.