| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -244,7 +244,7 @@ Consult previous versions of this document for older versions of Node.js: | |||
| 244 | 244 | ||
| 245 | 245 | Installation via Linux package manager can be achieved with: | |
| 246 | 246 | ||
| 247 | - * Ubuntu, Debian: `sudo apt-get install python3 g++ make python3-pip` | ||
| 247 | + * Ubuntu, Debian: `sudo apt-get install python3 g++-12 gcc-12 make python3-pip` | ||
| 248 | 248 | * Fedora: `sudo dnf install python3 gcc-c++ make python3-pip` | |
| 249 | 249 | * CentOS and RHEL: `sudo yum install python3 gcc-c++ make python3-pip` | |
| 250 | 250 | * OpenSUSE: `sudo zypper install python3 gcc-c++ make python3-pip` | |
@@ -272,6 +272,7 @@ fail. | |||
| 272 | 272 | To build Node.js: | |
| 273 | 273 | ||
| 274 | 274 | ```bash | |
| 275 | + export CXX=g++-12 | ||
| 275 | 276 | ./configure | |
| 276 | 277 | make -j4 | |
| 277 | 278 | ``` | |
| Back | FazBrowse Home | New Git URL |
0 commit comments