Skip to content
Discussion options

You must be logged in to vote

Good progress! You''re now past the LLVM step. The next one is MSVC''s linker + Windows SDK — Perry on Windows needs LLVM''s clang to produce the object file, then hands it to MSVC''s link.exe to produce the final .exe, and link.exe links against system libraries (kernel32.lib, msvcrt.lib, etc.) from the Windows SDK.

Your existing Visual Studio install probably just doesn''t have the C++ workload enabled. Two ways to fix, pick whichever is easier:

Option A — add the C++ workload to your existing VS install (fastest)

  1. Open "Visual Studio Installer" from the Start menu.
  2. On your existing Visual Studio entry, click Modify.
  3. Check "Desktop development with C++" (left column, under "Desktop & Mo…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@clibu
Comment options

@proggeramlug
Comment options

Answer selected by proggeramlug
@clibu
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants