From 59619b0c9a9a0194aa4224b597abb776c375668d Mon Sep 17 00:00:00 2001 From: osher Date: Thu, 30 Apr 2020 23:08:09 +0300 Subject: [PATCH] doc: mention python3-distutils dependency in BUILDING.md Ran into #30189, solved by this comment: https://github.com/nodejs/node/issues/30189#issuecomment-548250793 Refs: https://github.com/nodejs/node/issues/30189 PR-URL: https://github.com/nodejs/node/pull/33174 Reviewed-By: Ben Noordhuis Reviewed-By: Trivikram Kamat Reviewed-By: Christian Clauss --- BUILDING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BUILDING.md b/BUILDING.md index a6cb0695bfdc0a..d0a3813b5794d0 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -255,6 +255,8 @@ Installation via Linux package manager can be achieved with: FreeBSD and OpenBSD users may also need to install `libexecinfo`. +Python 3 users may also need to install `python3-distutils`. + #### macOS prerequisites * Xcode Command Line Tools >= 8 for macOS