From 9b853fc672764032fa5435ca7582190c8398d3b8 Mon Sep 17 00:00:00 2001 From: David Capello Date: Mon, 9 Jan 2023 09:47:14 -0300 Subject: [PATCH] Update INSTALL minimum platforms used --- INSTALL.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 339bacf2a..92061aabd 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -19,9 +19,9 @@ You should be able to compile Aseprite successfully on the following platforms: -* Windows 10 + [Visual Studio Community 2022 + Windows 10.0 SDK (the latest version available)](https://imgur.com/a/7zs51IT) (we don't support [MinGW](#mingw)) -* macOS 12.3.1 Monterey + Xcode 13.1 + macOS 11.3 SDK (older version might work) -* Linux Ubuntu Xenial 16.04 + clang 10.0 +* Windows 11 + [Visual Studio Community 2022 + Windows 10.0 SDK (the latest version available)](https://imgur.com/a/7zs51IT) (we don't support [MinGW](#mingw)) +* macOS 13.0.1 Ventura + Xcode 14.1 + macOS 11.3 SDK (older version might work) +* Linux Ubuntu Bionic 18.04 + clang 10.0 # Get the source code