| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -282,6 +282,11 @@ $ ./configure | |||
| 282 | 282 | $ make -j4 | |
| 283 | 283 | ``` | |
| 284 | 284 | ||
| 285 | + If you run into a `No module named 'distutils.spawn'` error when executing | ||
| 286 | + `./configure`, please try `python3 -m pip install --upgrade setuptools` or | ||
| 287 | + `sudo apt install python3-distutils -y`. | ||
| 288 | + For more information, see https://github.com/nodejs/node/issues/30189. | ||
| 289 | + | ||
| 285 | 290 | The `-j4` option will cause `make` to run 4 simultaneous compilation jobs which | |
| 286 | 291 | may reduce build time. For more information, see the | |
| 287 | 292 | [GNU Make Documentation](https://www.gnu.org/software/make/manual/html_node/Parallel.html). | |
| Back | FazBrowse Home | New Git URL |
0 commit comments