The Wayback Machine - https://web.archive.org/web/20250908203551/https://github.com/nodejs/node/commit/c2d5a0c629
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 @@ -241,7 +241,7 @@ Consult previous versions of this document for older versions of Node.js:
241241
242242Installation via Linux package manager can be achieved with:
243243
244- * Ubuntu, Debian: ` sudo apt-get install python3 g++ make python3-pip `
244+ * Ubuntu, Debian: ` sudo apt-get install python3 g++-12 gcc-12 make python3-pip `
245245* Fedora: ` sudo dnf install python3 gcc-c++ make python3-pip `
246246* CentOS and RHEL: ` sudo yum install python3 gcc-c++ make python3-pip `
247247* OpenSUSE: ` sudo zypper install python3 gcc-c++ make python3-pip `
@@ -269,6 +269,7 @@ fail.
269269To build Node.js:
270270
271271``` bash
272+ export CXX=g++-12
272273./configure
273274make -j4
274275```
You can’t perform that action at this time.
0 commit comments