zookeeper
Version:
apache zookeeper client (zookeeper async API v3.5.x - v3.8.x)
23 lines (15 loc) • 492 B
Markdown
### Prebuilds
Currently, there are prebuilt Node.js AddOns for Mac OS X and Windows.
#### Creating prebuilds
Create prebuilds for Mac OS X:
```bash
npx prebuildify --napi false --arch x64 --platform darwin --target 24.12.0
```
Prebuilds for Mac OS X with the M1/M2/M3 processor:
```bash
npx prebuildify --napi false --arch arm64 --platform darwin --target 24.12.0
```
Create prebuilds for Windows:
```bash
npx prebuildify --napi false --arch x64 --platform win32 --target 24.12.0
```