From d6913dc1f0ce8318b35b8a71e422f01993ad78c4 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 a7dc040f5f385e..13caddbdc13e98 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -249,6 +249,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 >= 10 for macOS