3DMMForever icon indicating copy to clipboard operation
3DMMForever copied to clipboard

What Folder do I use CMAKE in?

Open CatManCan opened this issue 1 year ago • 1 comments

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.

CatManCan avatar Feb 06 '24 20:02 CatManCan

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

willbr avatar Feb 11 '24 10:02 willbr