We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98ed379 commit 20ba247Copy full SHA for 20ba247
BUILDING.md
@@ -244,7 +244,7 @@ Consult previous versions of this document for older versions of Node.js:
244
245
Installation via Linux package manager can be achieved with:
246
247
-* Ubuntu, Debian: `sudo apt-get install python3 g++ make python3-pip`
+* Ubuntu, Debian: `sudo apt-get install python3 g++-12 gcc-12 make python3-pip`
248
* Fedora: `sudo dnf install python3 gcc-c++ make python3-pip`
249
* CentOS and RHEL: `sudo yum install python3 gcc-c++ make python3-pip`
250
* OpenSUSE: `sudo zypper install python3 gcc-c++ make python3-pip`
@@ -272,6 +272,7 @@ fail.
272
To build Node.js:
273
274
```bash
275
+export CXX=g++-12
276
./configure
277
make -j4
278
```
0 commit comments