From 315d787f269e354592238532252382803aa8989f Mon Sep 17 00:00:00 2001 From: Bradley Sepos Date: Sun, 10 Jan 2021 17:32:55 -0500 Subject: [PATCH] docs: Update tool versions on macOS build guide. These are actually lesser since we relaxed some of them awhile back. --- source/docs/en/1.3.0/developer/build-mac.markdown | 4 ++-- source/docs/en/latest/developer/build-mac.markdown | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/docs/en/1.3.0/developer/build-mac.markdown b/source/docs/en/1.3.0/developer/build-mac.markdown index 50b401a0..3eee9264 100644 --- a/source/docs/en/1.3.0/developer/build-mac.markdown +++ b/source/docs/en/1.3.0/developer/build-mac.markdown @@ -29,13 +29,13 @@ Python 3 as included with macOS 11.0 Big Sur is sufficient. For macOS prior to B Additional dependencies (may be built via included script): - autoconf 2.69 or later -- automake 1.15 or later +- automake 1.13 or later - cmake 3.1.0 or later - libtool 2.4.6 or later - meson 0.47.0 or later - nasm 2.13 or later - ninja 1.8.0 or later -- pkg-config 0.29.0 or later +- pkg-config 0.27.0 or later Install Xcode and open it once. Approve any prompts to install additional tools. You may quit Xcode after it has finished loading. diff --git a/source/docs/en/latest/developer/build-mac.markdown b/source/docs/en/latest/developer/build-mac.markdown index 0a56cfa0..a83942e7 100644 --- a/source/docs/en/latest/developer/build-mac.markdown +++ b/source/docs/en/latest/developer/build-mac.markdown @@ -29,13 +29,13 @@ Python 3 as included with macOS 11.0 Big Sur is sufficient. For macOS prior to B Additional dependencies (may be built via included script): - autoconf 2.69 or later -- automake 1.15 or later +- automake 1.13 or later - cmake 3.1.0 or later - libtool 2.4.6 or later - meson 0.47.0 or later - nasm 2.13 or later - ninja 1.8.0 or later -- pkg-config 0.29.0 or later +- pkg-config 0.27.0 or later Install Xcode and open it once. Approve any prompts to install additional tools. You may quit Xcode after it has finished loading.