浏览代码

Updated README.md (#5366)

* Update README.md
dyyap 6 年之前
父节点
当前提交
436139803f
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      cmake/README.md

+ 7 - 0
cmake/README.md

@@ -130,6 +130,13 @@ It will generate *Visual Studio* solution file *protobuf.sln* in current directo
 If the *gmock* directory does not exist, and you do not want to build protobuf unit tests,
 If the *gmock* directory does not exist, and you do not want to build protobuf unit tests,
 you need to add *cmake* command argument `-Dprotobuf_BUILD_TESTS=OFF` to disable testing.
 you need to add *cmake* command argument `-Dprotobuf_BUILD_TESTS=OFF` to disable testing.
 
 
+To make a *Visual Studio* file for Visual Studio 15 2017, create the *Visual Studio* 
+solution file above and edit the CmakeCache file.
+	
+	C:Path\to\protobuf\cmake\build\solution\CMakeCache
+	
+Then create the *Visual Studio* solution file again
+
 Compiling
 Compiling
 =========
 =========