remove any mention of msvc 2017 and ue 4.27 third-party libs from the readme file

This commit is contained in:
Mamadou Babaei
2023-08-14 17:28:03 +02:00
parent 396bc15fb6
commit 17342f8629
-20
View File
@@ -173,20 +173,6 @@ Please note that modules postfixed with **Impl** are intended for interal use an
├── linux ├── 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) │ ├── v20 (UE 5.0 and 5.1 Linux dependencies)
│ │ │ │ │ │
│ │ ├── aarch64 (dependencies targeting AArch64 Linux architecture) │ │ ├── aarch64 (dependencies targeting AArch64 Linux architecture)
@@ -230,12 +216,6 @@ Please note that modules postfixed with **Impl** are intended for interal use an
│ └── release │ └── release
└── win64 └── win64
├── msvc141 (Microsoft Visual Studio 2017 dependencies)
│ │
│ ├── debug
│ │
│ └── release
├── msvc142 (Microsoft Visual Studio 2019 dependencies) ├── msvc142 (Microsoft Visual Studio 2019 dependencies)
│ │ │ │