| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| 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: | |||
| 243 | 243 | ||
| 244 | 244 | Installation via Linux package manager can be achieved with: | |
| 245 | 245 | ||
| 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` | ||
| 247 | 247 | * Fedora: `sudo dnf install python3 gcc-c++ make python3-pip` | |
| 248 | 248 | * CentOS and RHEL: `sudo yum install python3 gcc-c++ make python3-pip` | |
| 249 | 249 | * OpenSUSE: `sudo zypper install python3 gcc-c++ make python3-pip` | |
@@ -271,6 +271,7 @@ fail. | |||
| 271 | 271 | To build Node.js: | |
| 272 | 272 | ||
| 273 | 273 | ```bash | |
| 274 | + export CXX=g++-12 | ||
| 274 | 275 | ./configure | |
| 275 | 276 | make -j4 | |
| 276 | 277 | ``` | |
| Back | FazBrowse Home | New Git URL |
0 commit comments