浏览代码

Clarified that 'nmake' must be run before 'nmake check'.

Josh Haberman 9 年之前
父节点
当前提交
fe96a215d9
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      cmake/README.md

+ 2 - 1
cmake/README.md

@@ -157,7 +157,8 @@ And wait for the compilation to finish.
 Testing
 =======
 
-To run unit-tests:
+To run unit-tests, first you must compile protobuf as described above.
+Then run:
 
      C:\Path\to\protobuf\cmake\build\release>nmake check