We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 379fdbd commit 2ddc612Copy full SHA for 2ddc612
1 file changed
BUILDING.md
@@ -232,6 +232,8 @@ Consult previous versions of this document for older versions of Node.js:
232
### Prerequisites
233
234
* [A supported version of Python][Python versions] for building and testing.
235
+* A Rust toolchain (`rustc` >= 1.85, `cargo` >= 1.85) for compiling native
236
+ dependencies. See <https://rustup.rs/> for installation instructions.
237
* Memory: at least 8GB of RAM is typically required when compiling with 4 parallel jobs (e.g: `make -j4`)
238
239
### Unix and macOS
0 commit comments