You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error : Platform linker not found. To fix this problem, download and install
Visual Studio 2017 from http://visualstudio.com. Make sure to install the
Desktop Development for C++ workload.
Is Visual Studio really required to make these examples work? Is it possible
whatever its looking for is in C:\Windows\Microsoft.NET? I dont mind a 153 MB
download of DotNet, but asking for a 80 GB install [1] to build "hello world" is
a little much.
Reduce prerequisites to build and run samples on Windows. Alleviates MichalStrehovsky/SeeSharpSnake#2. I am keeping "CoreRT" references for consistency with other documentation.
Tested on Windows ARM64 with 1 GiB of RAM.
Running this command:
Produces this result:
Is Visual Studio really required to make these examples work? Is it possible
whatever its looking for is in
C:\Windows\Microsoft.NET
? I dont mind a 153 MBdownload of DotNet, but asking for a 80 GB install [1] to build "hello world" is
a little much.
The text was updated successfully, but these errors were encountered: