[SOLVED]How to use cmake to get VC9.sln

rororoazoro

10-11-2010 14:57:18

Hi folks, i download the latest release1.10, but i have never used cmake before,so i have no idea how can i use the cmake to generate the sln file for VC9. Could any 1 tell me how to do this? Or give me a link of a tutorial about doing this? Thx. :D

Fish

10-11-2010 17:37:53

Download, install, and run cmake. Set the directories, hit configure, set your compiler, set your options, hit configure, hit generate. Open the project solution in MSVS and compile.

- Fish

rororoazoro

10-11-2010 19:02:28

Thanks u very much, Fish. Got it working! :mrgreen: