3DMMForever
3DMMForever copied to clipboard
What Folder do I use CMAKE in?
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.
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.