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

Add script for vcpkg installation for Windows #20

Open
deiuch opened this issue Nov 11, 2021 · 2 comments
Open

Add script for vcpkg installation for Windows #20

deiuch opened this issue Nov 11, 2021 · 2 comments
Labels
enhancement New feature or request
Projects

Comments

@deiuch
Copy link
Member

deiuch commented Nov 11, 2021

This script should clone and bootstrap vcpkg in a folder outside project (should be customizable).
Also it must set global environment variable VCPKG_ROOT to the chosen destination.
Script should be located in the tools folder.

@deiuch deiuch added the enhancement New feature or request label Nov 11, 2021
@deiuch deiuch added this to To do in SLang-LLVM via automation Nov 11, 2021
@deiuch
Copy link
Member Author

deiuch commented Nov 11, 2021

Since PowerShell scripts need to be signed in order to reuse them everywhere, let's start with classical batch file.

@deiuch
Copy link
Member Author

deiuch commented Nov 11, 2021

Might be useful command:
https://ss64.com/nt/setx.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
SLang-LLVM
  
To do
Development

No branches or pull requests

1 participant