Skip to content

Commit 7635741

Browse files
committed
Add note
1 parent f463403 commit 7635741

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ Installing and running stdlib for use in [Node.js][node-js] **requires** the fol
233233
- [Node.js][node-js]: JavaScript runtime (version `>= 0.10`)
234234
- [npm][npm]: package manager (version `> 2.7.0`; if Node `< 1.0.0`, version `> 2.7.0` and `< 4.0.0`; if Node `<= 10.x.x`, version `> 2.7.0` and `< 6.0.0`)
235235

236-
Most functionality in stdlib is implemented in JavaScript and no further prerequisites are required to use stdlib; however, some implementations try to capture performance benefits by using [native bindings][node-js-add-ons] and/or [WebAssembly][webassembly]. While **not** required to run stdlib, as **every** stdlib implementation has a JavaScript fallback, the following dependencies are **required** for building native add-ons, including linking to BLAS and LAPACK libraries:
236+
Most functionality in stdlib is implemented in JavaScript and no further prerequisites are required to use stdlib (i.e., you can safely avoid installing any additional prerequisites); however, some implementations try to capture performance benefits by using [native bindings][node-js-add-ons] and/or [WebAssembly][webassembly]. While **not** required to run stdlib, as **every** stdlib implementation has a JavaScript fallback, the following dependencies are **required** for building native add-ons, including linking to BLAS and LAPACK libraries:
237237

238238
- [GNU make][make]: development utility and task runner
239239
- [GNU bash][bash]: an sh-compatible shell

0 commit comments

Comments
 (0)