Running CMake on Windows

后端 未结 2 659
遇见更好的自我
遇见更好的自我 2020-11-28 02:57

I am currently trying to get CMake to run on my Windows 7 (64-bit) system. I want to compile TagLib for later use with a Qt application I am working on. I would like to comp

2条回答
  •  醉梦人生
    2020-11-28 03:15

    There is a vcvars32.bat in your Visual Studio installation directory. You can add call cmd.exe at the end of that batch program and launch it. From that shell you can use CMake or cmake-gui and cl.exe would be known to CMake.

提交回复
热议问题