Skip to content

winbuild/README: consolidate command prompt section - #15313

Closed
jay wants to merge 1 commit into
curl:masterfrom
jay:update2_winbuild_README
Closed

winbuild/README: consolidate command prompt section#15313
jay wants to merge 1 commit into
curl:masterfrom
jay:update2_winbuild_README

Conversation

@jay

@jay jay commented Oct 16, 2024

Copy link
Copy Markdown
Member
  • Remove reference to 'Developer Command Prompt for Visual Studio' shortcut since it opens in x86 mode.

That prompt may confuse users since it is not easily switched to x64. Our instruction says vcvarsall can be used to change the platform but it is not in the path in any version that I checked (VS 2010, 2013, 2022) and if it is invoked manually it appends to the path.

Instead users will now only see the remaining instruction to use a platform specific command prompt to build curl, like "x64 Native Tools".

There's several links as well to Microsoft documentation for users that have more complicated requirements, such as using vcvarsall.

Closes #xxxx

/cc @kdekker

@jay jay added documentation Windows Windows-specific labels Oct 16, 2024
@github-actions github-actions Bot added the build label Oct 16, 2024
@bagder

bagder commented Oct 17, 2024

Copy link
Copy Markdown
Member

I'm addressing the proselint craziness here: #15314

- Remove reference to 'Developer Command Prompt for Visual Studio'
  shortcut since it opens in x86 mode.

That prompt may confuse users since it is not easily switched to x64.
Our instruction says vcvarsall can be used to change the platform but it
is not in the path in any version that I checked (VS 2010, 2013, 2022)
and if it is invoked manually it appends to the path.

Instead users will now only see the remaining instruction to use a
platform specific command prompt to build curl, like "x64 Native Tools".

There's several links as well to Microsoft documentation for users that
have more complicated requirements, such as using vcvarsall.

Closes #xxxx
@jay
jay force-pushed the update2_winbuild_README branch from 6b8ac47 to 54ccff0 Compare October 17, 2024 17:11
@jay jay closed this in 22e7b15 Oct 30, 2024
@jay
jay deleted the update2_winbuild_README branch October 30, 2024 05:33
pps83 pushed a commit to pps83/curl that referenced this pull request Apr 26, 2025
- Remove reference to 'Developer Command Prompt for Visual Studio'
  shortcut since it opens in x86 mode.

That prompt may confuse users since it is not easily switched to x64.
Our instruction says vcvarsall can be used to change the platform but it
is not in the path in any version that I checked (VS 2010, 2013, 2022).

Instead users will now only see the remaining instruction to use a
platform specific command prompt to build curl, like "x64 Native Tools".

There's several links as well to Microsoft documentation for users that
have more complicated requirements, such as using vcvarsall.

Closes curl#15313
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Development

Successfully merging this pull request may close these issues.

2 participants