reed-solomon
Advanced tools
Comparing version 1.1.12 to 2.0.0
{ | ||
"name": "reed-solomon", | ||
"version": "1.1.12", | ||
"version": "2.0.0", | ||
"description": "Reed-Solomon erasure coding in pure Javascript", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -8,5 +8,12 @@ # reed-solomon | ||
## Installation | ||
#### Linux, OS X | ||
This will compile the native binding automatically: | ||
``` | ||
npm install reed-solomon | ||
``` | ||
#### Windows | ||
This will skip compiling the native binding automatically: | ||
``` | ||
npm install --ignore-scripts reed-solomon | ||
``` | ||
@@ -33,3 +40,3 @@ ## Efficiency | ||
## Native Binding (Optional) | ||
The native binding will be installed automatically when installing `reed-solomon`. The Javascript binding will be used if the native binding could not be compiled or is not available. To compile the native binding, install [node-gyp](https://www.npmjs.com/package/node-gyp) globally: | ||
The native binding will be installed automatically when installing `reed-solomon` without the `--ignore-scripts` argument. The Javascript binding will be used if the native binding could not be compiled or is not available. To compile the native binding manually after installing `reed-solomon`, install [node-gyp](https://www.npmjs.com/package/node-gyp) globally: | ||
``` | ||
@@ -36,0 +43,0 @@ sudo npm install node-gyp -g |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
59137
118