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

Implement vcpkg for Linux #996

Closed
paul-reilly opened this issue Oct 17, 2020 · 4 comments
Closed

Implement vcpkg for Linux #996

paul-reilly opened this issue Oct 17, 2020 · 4 comments

Comments

@paul-reilly
Copy link
Contributor

I notice that vcpkg can't be found when attempting to use a vcpkg package on Linux and I see that there's a TODO in find_vcpkgdir.lua for finding vcpkg on non-Windows systems.

Is adding Linux support for vcpkg part of the short term plans?

@paul-reilly paul-reilly changed the title Linux support for vcpkg Implement vcpkg for Linux Oct 17, 2020
@waruqi
Copy link
Member

waruqi commented Oct 17, 2020

I can consider improving it.

@paul-reilly
Copy link
Contributor Author

Excellent news, thanks!

@waruqi
Copy link
Member

waruqi commented Oct 19, 2020

I have improved to find it from $PATH, if the vcpkg directory is added to $PATH

@paul-reilly
Copy link
Contributor Author

Nice one, that's it working and automatically installing missing vcpkg packages just like in Windows. Cheers!

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

2 participants