You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: BUILDING.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -635,7 +635,7 @@ on Linux, you can try [Docker](https://www.docker.com/products/docker-desktop/)
635
635
(using an image like `gengjiawen/node-build:2020-02-14`).
636
636
637
637
The `--debug` is not necessary and will slow down build and testing, but it can
638
-
show clear stacktrace if ASan hits an issue.
638
+
show a clear stack trace if ASan hits an issue.
639
639
640
640
```bash
641
641
./configure --debug --enable-asan && make -j4
@@ -713,8 +713,8 @@ the number of parallel build tasks (`-j<n>`).
713
713
714
714
#### Tips
715
715
716
-
You may need disable vcpkg integration if you got link error about symbol
717
-
redefine related to zlib.lib(zlib1.dll), even you never install it by hand,
716
+
You may need to disable vcpkg integration if you encounter a link error about symbol
717
+
redefinition related to zlib.lib(zlib1.dll), even if you never installed it by hand,
With newer version of Visual Studio, it may need the copy to be `clang-cl.exe`
892
-
instead. If the output of `vcbuild.bat`suggestion missing `clang-cl.exe`, copy
892
+
instead. If the output of `vcbuild.bat`suggests missing `clang-cl.exe`, copy
893
893
it differently:
894
894
895
895
```powershell
@@ -1052,7 +1052,7 @@ configure option:
1052
1052
## Building Node.js with Temporal support
1053
1053
1054
1054
Node.js supports the [Temporal](https://github.com/tc39/proposal-temporal) APIs, when
1055
-
linking statically or dynamically with a version [temporal\_rs](https://github.com/boa-dev/temporal).
1055
+
linking statically or dynamically with a version of [temporal\_rs](https://github.com/boa-dev/temporal).
1056
1056
1057
1057
To build Node.js with Temporal support, a Rust toolchain is required:
[guide on how to deal with CI flakes]: https://github.com/nodejs/test?tab=readme-ov-file#protocols-in-improving-ci-reliability
[set up the credentials]: https://github.com/nodejs/node-core-utils#setting-up-github-credentials
0 commit comments