0

Firebreath を使用した最初のテスト プラグイン用の VSS プロジェクトを作成している段階ですが、次の問題が発生しています。

C:\code\sc>firebreath\prep2012.cmd projects build
A subdirectory or file build already exists.
Using projects in: "C:\code\sc\projects"
Generating build files in: "C:\code\sc\build"
NOTE: The build files in "C:\code\sc\build" should *NEVER* be modified directly.

When needed, make project changes in cmake files and re-run this script.
  Project-specific cmake files are found in [plugin dir]\CMakeLists.txt and
  [plugin dir]\Win\projectDef.cmake.
Note that parameters for cmake should be enclosed in double quotes, e.g. "-DVERB
OSE=1"
CMAKE parameters:

C:\code\sc\build>cmake -G "Visual Studio 11" -DFB_PROJECTS_DIR="C:\code\sc\proje
cts"  "C:\code\sc\firebreath"
'cmake' is not recognized as an internal or external command, operable program or batch file.

誰でも私を助けてもらえますか?

4

1 に答える 1

0

コメントで述べたように、これは cmake をインストールしなかったか、パスに cmake を追加しなかったためです。

cmake をインストールした場合は、再インストールし、インストール中に「すべてのユーザーのパスに追加」を選択します。そうでない場合は、インストールする必要があります。

この情報はすべて Web サイトにあります: http://www.firebreath.org/display/documentation/Building+on+Windows

于 2012-10-13T15:01:17.957 に答える