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

Can vcpkg be used to install a later version of magnum? #562

Open
eladmaimoni opened this issue May 15, 2022 · 1 comment
Open

Can vcpkg be used to install a later version of magnum? #562

eladmaimoni opened this issue May 15, 2022 · 1 comment

Comments

@eladmaimoni
Copy link

Currently vcpkg points to magnum version 2020.06. I would like to use some of the new functionality such as transformations on MeshData.

I tried installing magnum using the --head option but it failed.

vcpkg install magnum --triplet=x64-windows-static-md --head

So is it somehow possible to use a later release? will there be a new release to vcpkg soon?

@mosra
Copy link
Owner

mosra commented May 15, 2022

Latest master of magnum depends on latest master of corrade, meaning you have to install both with --head. Vcpkg itself isn't clever enough to do that on its own, so you have to do that explicitly:

vcpkg install corrade magnum --triplet=x64-windows-static-md --head

And do the same also when you'd eventually want upgrade to a newer Git revision. Or when you install other parts of the project, like plugins, you have to (re)install corrade, magnum and magnum-plugins with --head. (Doc link just for completion. Yes, yes, TL;DR on steroids as you said in #561, I know, sorry, will try to cut down on the content on that page, when I get time.)

Next release will happen eventually, it's tracked in #453.

@mosra mosra added this to the 2022.0a milestone May 15, 2022
@mosra mosra added this to TODO in Project management via automation May 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

2 participants