mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update distribution build requirements (see issue #3140)
This commit is contained in:
@@ -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
|
||||||
#
|
#
|
||||||
|
Reference in New Issue
Block a user