Skip to content

Commit c1b80f2

Browse files
doc: add rust hard dependency
1 parent 38b3b53 commit c1b80f2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

BUILDING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,8 @@ Consult previous versions of this document for older versions of Node.js:
232232
### Prerequisites
233233

234234
* [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.
235237
* Memory: at least 8GB of RAM is typically required when compiling with 4 parallel jobs (e.g: `make -j4`)
236238

237239
### Unix and macOS

0 commit comments

Comments
 (0)