[Groonga-commit] groonga/groonga at fd49316 [master] doc: use "cmake --build" for build and install

Back to archive index

Kouhei Sutou null+****@clear*****
Sun May 19 23:01:13 JST 2013


Kouhei Sutou	2013-05-19 23:01:13 +0900 (Sun, 19 May 2013)

  New Revision: fd49316b3271b09c1a065fa5466bd8997537209b
  https://github.com/groonga/groonga/commit/fd49316b3271b09c1a065fa5466bd8997537209b

  Message:
    doc: use "cmake --build" for build and install
    
    With "cmake --build", we don't need to care about msbuild and devenv.

  Modified files:
    doc/source/install/windows.txt

  Modified: doc/source/install/windows.txt (+4 -14)
===================================================================
--- doc/source/install/windows.txt    2013-05-19 19:56:19 +0900 (f4bf817)
+++ doc/source/install/windows.txt    2013-05-19 23:01:13 +0900 (a4baa89)
@@ -93,23 +93,13 @@ parameter instead::
 
   groonga-3.0.3> cmake . -G "Visual Studio 10 Win64" -DCMAKE_INSTALL_PREFIX=C:\groonga
 
-Build by Visual C++ 2010 Express::
+Build::
 
-  groonga-3.0.3> msbuild groonga.sln /p:Configuration=Release
+  groonga-3.0.3> cmake --build . --config Release
 
-Install by Visual C++ 2010 Express::
+Install::
 
-  groonga-3.0.3> msbuild groonga.sln /p:Configuration=Release /t:Install
-
-If you installed Visual Studio 2010, use can use devenv instead.
-
-Build by Visual Studio 2010::
-
-  groonga-3.0.3> devenv groonga.sln /Build Release
-
-Install by Visual Studio 2010::
-
-  groonga-3.0.3> devenv groonga.sln /Build Release /Project Install
+  groonga-3.0.3> cmake --build . --config Release --target Install
 
 After the above steps, :doc:`/reference/executables/groonga` is found in
 ``c:\groonga\bin\groonga.exe``.
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index