Skip to content

Commit 978bee8

Browse files
committed
chore: add platform list to readme
1 parent fda8922 commit 978bee8

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,21 @@ Run the following command to build libmongocrypt and setup the node bindings for
3333
bash ./etc/build-static.sh
3434
```
3535

36+
#### Prebuild Platforms
37+
38+
Below are the platforms that are available as prebuilds on each github release.
39+
`prebuild-install` downloads these automatically depending on the platform you are running npm install on.
40+
41+
- Linux GLIBC 2.23 or later
42+
- s390x
43+
- arm64
44+
- x64
45+
- MacOS universal binary
46+
- x64
47+
- arm64
48+
- Windows
49+
- x64
50+
3651
#### Linting
3752

3853
We lint both the c++ bindings and the Typescript.

0 commit comments

Comments
 (0)