From b21ac092e40d98e96c14e2191e901feda74b04f4 Mon Sep 17 00:00:00 2001 From: Mamadou Babaei Date: Tue, 8 Aug 2023 01:44:43 +0200 Subject: [PATCH] remove any mention of msvc 2017 and ue 4.27 third-party libs from the readme file --- README.md | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/README.md b/README.md index 81b7501a..36f32d93 100644 --- a/README.md +++ b/README.md @@ -173,20 +173,6 @@ Please note that modules postfixed with **Impl** are intended for interal use an │ ├── linux │ │ - │ ├── v19 (UE 4.27 Linux dependencies) - │ │ │ - │ │ ├── aarch64 (dependencies targeting AArch64 Linux architecture) - │ │ │ │ - │ │ │ ├── debug - │ │ │ │ - │ │ │ └── release - │ │ │ - │ │ └── x86-64 (dependencies targeting x86-64 Linux architecture) - │ │ │ - │ │ ├── debug - │ │ │ - │ │ └── release - │ │ │ ├── v20 (UE 5.0 and 5.1 Linux dependencies) │ │ │ │ │ ├── aarch64 (dependencies targeting AArch64 Linux architecture) @@ -230,12 +216,6 @@ Please note that modules postfixed with **Impl** are intended for interal use an │ └── release │ └── win64 - │ - ├── msvc141 (Microsoft Visual Studio 2017 dependencies) - │ │ - │ ├── debug - │ │ - │ └── release │ ├── msvc142 (Microsoft Visual Studio 2019 dependencies) │ │