Document Visual C++ redist requirement (#1058)

This commit is contained in:
Beyley Thomas 2022-08-24 20:59:00 -07:00 коммит произвёл GitHub
Родитель 6e3a6e937d
Коммит 0d629da2ee
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -18,6 +18,8 @@ There are multiple causes for this particular exception, however the most common
2. The underlying windowing API does not support the current platform.
### Resolution
#### Ensure you have the [Microsoft Visual C++ Redisributables](https://docs.microsoft.com/en-US/cpp/windows/latest-supported-vc-redist?view=msvc-170) installed!
#### Ensure the underlying API is present on the system
Silk.NET should do a good job of copying the appropriate native libraries upon build by default, and will search your PATH for them if not present in the output directory.
@ -46,4 +48,4 @@ You should be using a version of Silk.NET and an appropriate windowing backend t
| 2.X | GLFW 3.3 | Windows, MacOS, Linux | Silk.NET.Windowing.Glfw |
| 2.X | GLFW 3.3 | Android, iOS<sup>[1]</sup> | Silk.NET.Windowing.Sdl |
<sub>[1] Please note that while Windows, MacOS, and Linux support is available using the SDL windowing backend, this is not something the Silk.NET team actively supports.</sub>
<sub>[1] Please note that while Windows, MacOS, and Linux support is available using the SDL windowing backend, this is not something the Silk.NET team actively supports.</sub>