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