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 6b5bbc2 commit 6869471Copy full SHA for 6869471
BUILDING.md
@@ -246,6 +246,12 @@ Installation via Linux package manager can be achieved with:
246
247
FreeBSD and OpenBSD users may also need to install `libexecinfo`.
248
249
+If you're getting a warning related to g++ older version, you can use
250
+
251
+```bash
252
+export CXX=g++-12
253
+```
254
255
#### macOS prerequisites
256
257
* Xcode Command Line Tools >= 13 for macOS
@@ -266,7 +272,6 @@ fail.
266
272
To build Node.js:
267
273
268
274
```bash
269
-export CXX=g++-12
270
275
./configure
271
276
make -j4
277
```
0 commit comments