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 installtips for package #5884

Closed
waruqi opened this issue Nov 26, 2024 · 0 comments
Closed

Add installtips for package #5884

waruqi opened this issue Nov 26, 2024 · 0 comments

Comments

@waruqi
Copy link
Member

waruqi commented Nov 26, 2024

Is your feature request related to a problem? Please describe.

package("msvc")
    set_kind("toolchain")
    set_homepage("https://visualstudio.microsoft.com/zh-hans/visual-cpp-build-tools/")
    set_description("Microsoft Visual C/C++ Compiler")
    set_installtips("Do you accept the license agreement? https://go.microsoft.com/fwlink/?LinkId=2179911")
...
PS D:\projects\personal\xmake\tests\projects\package\toolchain_msvc> xmake f -c
checking for platform ... windows
checking for architecture ... x64
checking for Microsoft Visual Studio (x64) version ... 2022
checking for Microsoft C/C++ Compiler (x64) version ... 19.41.33923
note: install or modify (m) these toolchain packages first (pass -y to skip confirm)?
in local-repo:
  -> msvc 14.42.17+12 [host]
     * Do you accept the license agreement? https://go.microsoft.com/fwlink/?LinkId=2179911
please input: y (y/n/m)

xmake-io/xmake-repo#5836

Describe the solution you'd like

.

Describe alternatives you've considered

No response

Additional context

No response

@waruqi waruqi added this to the v2.9.7 milestone Nov 26, 2024
@waruqi waruqi closed this as completed Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant