haganbmj / MagicSetEditor2

Magic Set Editor is a program for designing trading cards
Other
16 stars 7 forks source link

Windows build instructions have wrong triplet #79

Open halian opened 2 months ago

halian commented 2 months ago

A user on the Custom Magic Discord server pointed out that the vcpkg command need to be run with --triplet=x64-windows instead of --triplet=x64-static (and I presume the same for x86), otherwise MSE will not build.

nabbydude commented 2 months ago

Said Custom Magic Discord user here :wave:. Presumably it just needs the right triplet for whatever configuration is being built and it was unclear in the instructions. In short, I was trying to build x64-Debug after following the readme and running into problems, since the listed bulk install command uses --triplet=x64-windows-static. (I ended up installing every triplet and then some to just brute force the issue >.>)

haganbmj commented 3 weeks ago

The build configs here I think have x64, x64-static, x86, and x86-static - so I think it's really just necessary to install the matching triplet for whatever config you want to run? I don't have a lot of experience with triplets unfortunately.