Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update INSTALL.md for windows compilation such that a misleading arch… #4239

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Dec 22, 2023

  1. Update INSTALL.md for windows compilation such that a misleading arch…

    …itecture option is avoided when calling the developer command prompt
    
    As it exists today, the provided `call "...VsDevCmd.bat" -arch=x64` command will output the developer command prompt at startup then close itself after a few seconds. What's going on, is the command prompt is silently failing, because it doesn't recognize the "x64" value for the -arch argument. 
    
    This change makes the example `call` have a generic value for target architecutre, and links to the documentation where the valid values can be reviewed.
    dev-nt90 committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    32524b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2438e1 View commit details
    Browse the repository at this point in the history