3

このリンクを見ると、Makefileを作成できるので、コマンドを使用して簡単に実行できますmake。この種のMakefileはWindowsでも実行できますか?そうでない場合、Windowsで実行できるものに変換するにはどうすればよいですか?

4

1 に答える 1

2

You should look at CMake. It is a cross-platform, open-source build system. For a windows specific solution, there is also NMake.

于 2012-11-01T15:19:42.997 に答える