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