Skip to content

Commit

Permalink
chore: update readme on the new prebuilds
Browse files Browse the repository at this point in the history
  • Loading branch information
almoghamdani committed Dec 18, 2019
1 parent 7cd17d9 commit 3900028
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,12 @@ Audify.js - Play/Stream/Record PCM audio data & Encode/Decode Opus to PCM au
npm install audify
```

#### Requirements
* Node versions that support N-API 4 and up ([N-API Node Version Matrix](https://nodejs.org/docs/latest/api/n-api.html#n_api_n_api_version_matrix))
***Most regular installs will support prebuilds that are built with each release.***
***The prebuilds are for Node v8.16.0+, v10.16.0+, v11.8.0+, v12.0.0+, v13.0.0+ and Electron v5.0.0+, v6.0.0+, v7.0.0+.***

#### Requirements for source build

* Node or Electron versions that support N-API 4 and up ([N-API Node Version Matrix](https://nodejs.org/docs/latest/api/n-api.html#n_api_n_api_version_matrix))
* [CMake](http://www.cmake.org/download/)
* A proper C/C++ compiler toolchain of the given platform
* **Windows**:
Expand Down

0 comments on commit 3900028

Please sign in to comment.