Skip to content

Commit 6869471

Browse files
committed
restoring comment proposal
1 parent 6b5bbc2 commit 6869471

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

BUILDING.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,12 @@ Installation via Linux package manager can be achieved with:
246246

247247
FreeBSD and OpenBSD users may also need to install `libexecinfo`.
248248

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+
249255
#### macOS prerequisites
250256

251257
* Xcode Command Line Tools >= 13 for macOS
@@ -266,7 +272,6 @@ fail.
266272
To build Node.js:
267273

268274
```bash
269-
export CXX=g++-12
270275
./configure
271276
make -j4
272277
```

0 commit comments

Comments
 (0)