Update distribution build requirements (see issue #3140)

This commit is contained in:
Marshall Greenblatt
2021-06-22 17:50:33 -04:00
parent 9efd3dc8ee
commit 28c9e9db35

View File

@@ -11,9 +11,9 @@
# CMake-generated project formats that have been tested with this CEF binary # CMake-generated project formats that have been tested with this CEF binary
# distribution include: # distribution include:
# #
# Linux: Ninja, Unix Makefiles # Linux: Ninja, GCC 7.5.0+, Unix Makefiles
# MacOS: Ninja, Xcode 8+ (x86_64) or Xcode 12.2+ (ARM64) # MacOS: Ninja, Xcode 12.2 to 12.5
# Windows: Ninja, Visual Studio 2015+ # Windows: Ninja, Visual Studio 2019+
# #
# Ninja is a cross-platform open-source tool for running fast builds using # Ninja is a cross-platform open-source tool for running fast builds using
# pre-installed platform toolchains (GNU, clang, Xcode or MSVC). It can be # pre-installed platform toolchains (GNU, clang, Xcode or MSVC). It can be
@@ -39,22 +39,24 @@
# - CMake version 2.8.12.1 or newer. # - CMake version 2.8.12.1 or newer.
# #
# - Linux requirements: # - Linux requirements:
# Currently supported distributions include Debian Wheezy, Ubuntu Precise, and # Currently supported distributions include Debian 10 (Buster), Ubuntu 18
# related. Ubuntu 18.04 64-bit is recommended. Newer versions will likely also # (Bionic Beaver), and related. Ubuntu 18.04 64-bit with GCC 7.5.0+ is
# work but may not have been tested. # recommended. Newer versions will likely also work but may not have been
# tested.
# Required packages include: # Required packages include:
# build-essential # build-essential
# libgtk3.0-dev (required by the cefclient target only) # libgtk3.0-dev (required by the cefclient target only)
# #
# - MacOS requirements: # - MacOS requirements:
# Xcode 8 or newer building on MacOS 10.11 (El Capitan) or newer for x86_64. # Xcode 12.2 to 12.5 building on MacOS 10.15.4 (Catalina) or newer. Only
# Xcode 12.2 or newer building on MacOS 10.15.4 (Catalina) or newer for ARM64. # 64-bit builds are supported. The Xcode command-line tools must also be
# Only 64-bit builds are supported. The Xcode command-line tools must also be # installed. Newer Xcode versions may not have been been tested and are not
# installed. # recommended.
# #
# - Windows requirements: # - Windows requirements:
# Visual Studio 2015 Update 2 or newer building on Windows 7 or newer. Visual # Visual Studio 2019 or newer building on Windows 7 or newer. Windows 10
# Studio 2019 and Windows 10 64-bit are recommended. # 64-bit is recommended. Newer versions will likely also work but may not have
# been tested.
# #
# BUILD EXAMPLES # BUILD EXAMPLES
# #