foone / 3DMMForever

A modernized version of the Microsoft 3D Movie Maker release
MIT License
537 stars 24 forks source link

What Folder do I use CMAKE in? #60

Open CatManCan opened 9 months ago

CatManCan commented 9 months ago

Also, the "pushvc (invoke-vcvars -TargetArch x86 -HostArch AMD64)" command just won't do shit, am I using the wrong version and if so which version.

willbr commented 9 months ago

Do you get an error message?

pushvc is updating the enviroment variable PATH so cmake can find the compiler.

After you've run the command, you can verify it's worked by running cl

If I run cl before, I get a red error message. After running pushvc it prints the usage message.

image