소스 검색

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