From fd878098bf35878000346fd56512c8a1c8f29d54 Mon Sep 17 00:00:00 2001 From: Mamadou Babaei Date: Thu, 2 Feb 2023 22:09:46 +0100 Subject: [PATCH] update the platform support matrix and the directory structure --- README.md | 49 +++++++++++++------------------------------------ 1 file changed, 13 insertions(+), 36 deletions(-) diff --git a/README.md b/README.md index 442f2047..9f2d5afa 100644 --- a/README.md +++ b/README.md @@ -6,20 +6,21 @@ This repository relies on Git LFS for storing binary blobs (e.g. third-party lib ## Platform Support Matrix -| | **Windows
(MSVC 2017)** | **Windows
(MSVC 2019)** | **Windows
(MSVC 2022)** | **Linux
(Native Toolchain)** | **macOS** | **Oculus Mobile
(Android NDK r21b)** | -|----------|:--------------------------:|:--------------------------:|:--------------------------:|:-------------------------------:|:---------:|:---------------------------------------:| -| **4.22** | ✅ | ✅ | ❌ | ✅ | ❌ | ❌ | -| **4.23** | ✅ | ✅ | ❌ | ✅ | ❌ | ❌ | -| **4.24** | ✅ | ✅ | ❌ | ✅ | ❌ | ❌ | -| **4.25** | ✅ | ✅ | ❌ | ✅ | ❌ | ❓ | -| **4.26** | ✅ | ✅ | ❌ | ✅ | ❌ | ❓ | -| **4.27** | ✅ | ✅ | ✅ | ✅ | ❌ | ❓ | -| **5.0** | ❌ | ✅ | ✅ | ✅ | ❌ | ❓ | -| **5.1** | ❌ | ✅ | ✅ | ✅ | ❌ | ❓ | +| | **Windows (MSVC 2017)** | **Windows (MSVC 2019)** | **Windows (MSVC 2022)** | **Linux (Native Toolchain)** | **macOS** | **Oculus Mobile (Android NDK r21b)** | +|------|:-----------------------:|:-----------------------:|:-----------------------:|:----------------------------:|:---------:|:------------------------------------:| +| 4.22 | ⚠️ v1.0.x | ⚠️ v1.0.x | ❌ | ⚠️ v1.0.x | ❌ | ❌ | +| 4.23 | ⚠️ v1.0.x | ⚠️ v1.0.x | ❌ | ⚠️ v1.0.x | ❌ | ❌ | +| 4.24 | ⚠️ v1.0.x | ⚠️ v1.0.x | ❌ | ⚠️ v1.0.x | ❌ | ❌ | +| 4.25 | ⚠️ v1.0.x | ⚠️ v1.0.x | ❌ | ⚠️ v1.0.x | ❌ | ❌ | +| 4.26 | ⚠️ v1.0.x | ⚠️ v1.0.x | ❌ | ⚠️ v1.0.x | ❌ | ❌ | +| 4.27 | ✅ v1.1.x | ✅ v1.1.x | ✅ v1.1.x | ✅ v1.1.x | ❌ | ✅ v1.1.x | +| 5.0 | ✅ v1.1.x | ✅ v1.1.x | ✅ v1.1.x | ✅ v1.1.x | ❌ | ✅ v1.1.x | +| 5.1 | ✅ v1.1.x | ✅ v1.1.x | ✅ v1.1.x | ✅ v1.1.x | ❌ | ✅ v1.1.x | * Supported -* Not Supported -* Unknown or Untested +* ⚠️ Not supported by the latest release and might be lacking features +* Not supported at all +* Unknown or untested Remarks: * Microsoft Visual Studio 2022 is not supported by Unreal Engine 4.22 through 4.26. @@ -105,30 +106,6 @@ Source │ ├── linux │ │ - │ ├── v13 (UE 4.22 Linux dependencies) - │ │ │ - │ │ ├── debug - │ │ │ - │ │ └── release - │ │ - │ ├── v15 (UE 4.23 and 4.24 Linux dependencies) - │ │ │ - │ │ ├── debug - │ │ │ - │ │ └── release - │ │ - │ ├── v16 (UE 4.25 Linux dependencies) - │ │ │ - │ │ ├── debug - │ │ │ - │ │ └── release - │ │ - │ ├── v17 (UE 4.26 Linux dependencies) - │ │ │ - │ │ ├── debug - │ │ │ - │ │ └── release - │ │ │ ├── v19 (UE 4.27 Linux dependencies) │ │ │ │ │ ├── debug