We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97ca0d7 commit f20ec5cCopy full SHA for f20ec5c
BUILDING.md
@@ -241,7 +241,7 @@ Consult previous versions of this document for older versions of Node.js:
241
242
Installation via Linux package manager can be achieved with:
243
244
-* 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`
245
* Fedora: `sudo dnf install python3 gcc-c++ make python3-pip`
246
* CentOS and RHEL: `sudo yum install python3 gcc-c++ make python3-pip`
247
* OpenSUSE: `sudo zypper install python3 gcc-c++ make python3-pip`
@@ -269,6 +269,7 @@ fail.
269
To build Node.js:
270
271
```bash
272
+export CXX=g++-12
273
./configure
274
make -j4
275
```
0 commit comments