The Wayback Machine - https://web.archive.org/web/20250718050758/https://github.com/nodejs/node/commit/03878b0384
File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -243,7 +243,7 @@ Consult previous versions of this document for older versions of Node.js:
243243
244244Installation via Linux package manager can be achieved with:
245245
246- * Ubuntu, Debian: ` sudo apt-get install python3 g++ make python3-pip `
246+ * Ubuntu, Debian: ` sudo apt-get install python3 g++-12 gcc-12 make python3-pip `
247247* Fedora: ` sudo dnf install python3 gcc-c++ make python3-pip `
248248* CentOS and RHEL: ` sudo yum install python3 gcc-c++ make python3-pip `
249249* OpenSUSE: ` sudo zypper install python3 gcc-c++ make python3-pip `
@@ -271,6 +271,7 @@ fail.
271271To build Node.js:
272272
273273``` bash
274+ export CXX=g++-12
274275./configure
275276make -j4
276277```
You can’t perform that action at this time.
0 commit comments