Document Visual C++ redist requirement (#1058)
This commit is contained in:
Родитель
6e3a6e937d
Коммит
0d629da2ee
|
@ -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>
|
||||
|
|
Загрузка…
Ссылка в новой задаче